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