MFPropertyValuesBuilderAdd(Object, 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(
	Object prop,
	MFDataType dataType,
	Object value
)
- prop  Object
- 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.