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


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

IVersion.VersionInfo Property

This version's information.

[Visual Basic .NET]
Public ReadOnly Property VersionInfo As IVersionInfo
[C#]
public IVersionInfo VersionInfo {get;}
[C++]
HRESULT get_VersionInfo(
  IVersionInfo** info
);
[C++]
Parameters
info [out, retval]

info is a parameter of type IVersionInfo**

Product Availability

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

Remarks

The VersionInfo method provides a reference to the IVersionInfo interface. The IVersionInfo interface contains methods which describe the properties of the version. The interface is beneficial for obtaining a version's ancestory, for example its parent version.

VersionInfo will only return versions in which the connected user has the appropriate privileges.

See Also

IVersion Interface