ObjVerExSaveProperty Method (MFIdentifier, MFDataType, Object) |
Saves the specific property immediately.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void SaveProperty(
MFIdentifier prop,
MFDataType dataType,
Object value
)
Public Sub SaveProperty (
prop As MFIdentifier,
dataType As MFDataType,
value As Object
)
public:
void SaveProperty(
MFIdentifier^ prop,
MFDataType dataType,
Object^ value
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the property - dataType
- Type: MFDataType
The datatype of the value. - value
- Type: SystemObject
The value to save for the property.
See Also