This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersion Interface > IVersion.VersionInfo Property (ArcObjects .NET 10.4 SDK) |
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
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.