CustomObjectVersion Property (CustomCondition)
In This Topic
Gets the version of the object.
Syntax
'Declaration
Public ReadOnly Property CustomObjectVersion As Integer
public int CustomObjectVersion {get;}
public:
property int CustomObjectVersion {
int get();
}
See Also