M-Files API 23.11.13135.0
RemoveProperty Method
VaultObjectPropertyOperations Object : RemoveProperty Method
The object version from which to remove the property.
The property to be removed.
Description
Removes the specified property value from the specified object version.
Syntax
Visual Basic
Public Function RemoveProperty( _
   ByVal ObjVer As ObjVer, _
   ByVal Property As Long _
) As ObjectVersionAndProperties
Parameters
ObjVer
The object version from which to remove the property.
Property
The property to be removed.
Remarks
The method is intended primarily to remove the Version Comment property and cannot be used to remove any other properties in the client mode (see Getting Started).
See Also

VaultObjectPropertyOperations Object  | VaultObjectPropertyOperations Members