ArcObjects Library Reference (GISClient)  

IServerObjectDescription.Type Property

Defines the type for the server object.

[Visual Basic .NET]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}
[C++]
HRESULT get_Type(
  BSTR* Type
);
[C++]

Parameters

Type [out, retval]   Type is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectDescription Interface