SBSWebServiceBehaviorAttribute.AuthorizationRoles Property
Gets a string that represents the authorization roles.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Syntax
public string AuthorizationRoles { get; internal set; }
public:
property String^ AuthorizationRoles {
String^ get();
internal: void set(String^ value);
}
Public Property AuthorizationRoles As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String.
See Also
SBSWebServiceBehaviorAttribute Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace
Return to top