ConfigVersion property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns this object’s configuration version number. The configuration version is incremented each time the object is checked in.
Class
ITemplate
Syntax
[C#]
int ConfigVersion { get; };
[Visual C++]
// The configuration version of the object.
HRESULT ConfigVersion(
// The configuration version of the object.
[out, retval] LONG* theConfigVersion
);