ArcObjects Library Reference (GeoDatabase)  

IGPVersionInfo.ChildrenNames Property

The names of the child versions.

[Visual Basic .NET]
Public Property ChildrenNames As IStringArray
[C#]
public IStringArray ChildrenNames {get; set;}
[C++]
HRESULT get_ChildrenNames(
  IStringArray** Names
);
[C++]
HRESULT putref_ChildrenNames(
  IStringArray* Names
);
[C++]

Parameters

Names [out, retval]

  Names is a parameter of type IStringArray

Names [in]

  Names is a parameter of type IStringArray

Product Availability

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

See Also

IGPVersionInfo Interface