This document is archived and information here might be outdated.  Recommended version.


IVersionedObject.Version Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionedObject Interface > IVersionedObject.Version Property
ArcGIS Developer Help

IVersionedObject.Version Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IVersionedObject Interface