ObjVerExSetProperty(Object, MFDataType, Object) Method
Adds or updates the specified PropertyValue in the PropertyValue collection.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public PropertyValue SetProperty(
Object prop,
MFDataType dataType,
Object value
)
- prop Object
- A reference to the property.
- dataType MFDataType
- Datatype of the value/property.
- value Object
- The value to set for the property.
PropertyValueThe PropertyValue added to the object.