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


IAGSServerObjectName2.Capabilities Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName2 Interface > IAGSServerObjectName2.Capabilities Property
ArcGIS Developer Help

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(
  System.String* caps
);
[C++]
Parameters
caps [in]

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

Product Availability

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

See Also

IAGSServerObjectName2 Interface