MFPropertyValuesBuilderAdd(MFIdentifier, MFDataType, Object) Method

Adds a property value to the list.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder Add(
	MFIdentifier prop,
	MFDataType dataType,
	Object value
)

Parameters

prop  MFIdentifier
A reference to the propertyDef of the PropertyValue.
dataType  MFDataType
The datatype of the PropertyValue
value  Object
The value of the PropertyValue

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also