This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeSubServiceDescription Interface > IIMSGlobeSubServiceDescription.ParentName Property (ArcObjects .NET 10.5 SDK) |
The name of the parent.
[Visual Basic .NET] Public Property ParentName As String
[C#] public string ParentName {get; set;}
[C++]
HRESULT get_ParentName(
BSTR* Parent
);
[C++]
HRESULT put_ParentName(
BSTR Parent
);
[C++]
Parameters Parent [out, retval] Parent is a parameter of type BSTR Parent [in] Parent is a parameter of type BSTR