MFPropertyValuesBuilderAdd(Object, TypedValue) 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(
	Object prop,
	TypedValue value
)

Parameters

prop  Object
A reference to the propertyDef of the PropertyValue.
value  TypedValue
The value of the PropertyValue

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also