MFPropertyValuesBuilderAdd(MFIdentifier, TypedValue) 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,
TypedValue value
)
- prop MFIdentifier
- A reference to the propertyDef of the PropertyValue.
- value TypedValue
- The value of the PropertyValue
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.