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


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

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