ObjVerExSaveProperty(Object, 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(
	Object prop,
	MFDataType dataType,
	Object value
)

Parameters

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

See Also