This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionedObject Interface > IVersionedObject.Version Property (ArcObjects .NET 10.4 SDK) |
The object's current version.
[Visual Basic .NET] Public ReadOnly Property Version As IVersion
[C#] public IVersion Version {get;}
[C++]
HRESULT get_Version(
IVersion** Version
);
[C++]
Parameters Version [out, retval]
Version is a parameter of type IVersion
The Version method returns an IVersion object that is the current version the object references. This provides a mechanism to easily detect the version of the database that an object references.