ObjVerExRemoveProperty(Object) Method

Removes the specified PropertyValue from the PropertyValue collection.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void RemoveProperty(
	Object prop
)

Parameters

prop  Object
A reference to the property to remove.

See Also