ObjVerExSetProperty(PropertyValue) Method

Adds or updates the specified PropertyValue in the PropertyValue collection.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public PropertyValue SetProperty(
	PropertyValue propVal
)

Parameters

propVal  PropertyValue
The property value to add to the object.

Return Value

PropertyValue
The actual PropertyValue added to the object.

See Also