ConfigVersion Property
- Last UpdatedJun 08, 2017
- 1 minute read
Returns the configuration version number of the object . The configuration version is incremented each time the object is checked in.
Class
IgObject
Syntax
[C#]
int ConfigVersion { get; };
[Visual C++]
HRESULT ConfigVersion(
[out, retval] LONG* theConfigVersion
);
Parameters
theConfigVersion
The configuration version.