ObjVerExSetProperty(Object, MFDataType, Object) Method

Adds or updates the specified PropertyValue in the PropertyValue collection.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public PropertyValue SetProperty(
	Object prop,
	MFDataType dataType,
	Object value
)

Parameters

prop  Object
A reference to the property.
dataType  MFDataType
Datatype of the value/property.
value  Object
The value to set for the property.

Return Value

PropertyValue
The PropertyValue added to the object.

See Also