MFPropertyValuesBuilderAdd Method (Object, MFDataType, Object) |
Adds a property value to the list.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFPropertyValuesBuilder Add(
Object prop,
MFDataType dataType,
Object value
)
Public Function Add (
prop As Object,
dataType As MFDataType,
value As Object
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ Add(
Object^ prop,
MFDataType dataType,
Object^ value
)
Parameters
- prop
- Type: SystemObject
A reference to the propertyDef of the PropertyValue. - dataType
- Type: MFDataType
The datatype of the PropertyValue - value
- Type: SystemObject
The value of the PropertyValue
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also