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


IAGSServerObjectName2.ParentType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName2 Interface > IAGSServerObjectName2.ParentType Property
ArcGIS Developer Help

IAGSServerObjectName2.ParentType Property

The type of server object this server object extension is associated with.

[Visual Basic .NET]
Public Property ParentType As String
[C#]
public string ParentType {get; set;}
[C++]
HRESULT get_ParentType(
  BSTR ParentType
);
[C++]
HRESULT put_ParentType(
  System.String* ParentType
);
[C++]
Parameters
ParentType [in]

ParentType is a parameter of type BSTR ParentType [out, retval]
ParentType is a parameter of type BSTR*

Product Availability

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

See Also

IAGSServerObjectName2 Interface