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(
  BSTR ParentType
);
[C++]

Parameters

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

Product Availability

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

See Also

IAGSServerObjectName2 Interface