ArcObjects Library Reference (GISClient)  

IAGSServerObjectName2.Capabilities Property

The web capabilities of the service.

[Visual Basic .NET]
Public Property Capabilities As String
[C#]
public string Capabilities {get; set;}
[C++]
HRESULT get_Capabilities(
  BSTR* caps
);
[C++]
HRESULT put_Capabilities(
  BSTR caps
);
[C++]

Parameters

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

Product Availability

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

See Also

IAGSServerObjectName2 Interface