ObjVerExSaveProperty(MFIdentifier, MFDataType, Object) Method
Saves the specific property immediately.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
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.