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


IAGSServerObjectName2.ParentType Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

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