This document is archived and information here might be outdated. Recommended version. |
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*