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


IVersionInfo.Parent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IVersionInfo.Parent Property

The version's parent.

[Visual Basic .NET]
Public ReadOnly Property Parent As IVersionInfo
[C#]
public IVersionInfo Parent {get;}
[C++]
HRESULT get_Parent(
  IVersionInfo** Parent
);
[C++]

Parameters Parent [out, retval]
Parent is a parameter of type IVersionInfo

Product Availability

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

Remarks

The Parent method is used to retrieve the version's parent version properties.

See Also

IVersionInfo Interface