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


IAGSServerObjectName2.Capabilities Property (ArcObjects .NET 10.5 SDK)
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