Share via


SBSWebServiceBehaviorAttribute Constructor (String)

 

Initializes a new instance of the SBSWebServiceBehaviorAttribute class with a comma-separated string of authorization roles that are required.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Syntax

public SBSWebServiceBehaviorAttribute(
    string authorizationRoles
)
public:
SBSWebServiceBehaviorAttribute(
    String^ authorizationRoles
)
Public Sub New (
    authorizationRoles As String
)

Parameters

  • authorizationRoles
    Type: System.String

    A comma-separated string that contains the names of the common authorization roles.

See Also

SBSWebServiceBehaviorAttribute Overload
SBSWebServiceBehaviorAttribute Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top