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.