ObjVerExSaveProperty(MFIdentifier, MFDataType, Object) Method

Saves the specific property immediately.

Definition

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

Parameters

prop  MFIdentifier
A reference to the property
dataType  MFDataType
The datatype of the value.
value  Object
The value to save for the property.

See Also