This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName2 Interface > IAGSServerObjectName2.Capabilities Property (ArcObjects .NET 10.5 SDK) |
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