MFPropertyValuesBuilderAdd(MFIdentifier, MFDataType, Object) Method
Adds a property value to the list.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFPropertyValuesBuilder Add(
MFIdentifier prop,
MFDataType dataType,
Object value
)
- prop MFIdentifier
- A reference to the propertyDef of the PropertyValue.
- dataType MFDataType
- The datatype of the PropertyValue
- value Object
- The value of the PropertyValue
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.