Share via


SBSWebServiceBehaviorAttribute Constructor (WindowsBuiltInRole[])

 

Initializes a new instance of the SBSWebServiceBehaviorAttribute class with an array of authorization roles that are required.

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

Syntax

public SBSWebServiceBehaviorAttribute(
    WindowsBuiltInRole[] authorizationRoleIds
)
public:
SBSWebServiceBehaviorAttribute(
    array<WindowsBuiltInRole>^ authorizationRoleIds
)
Public Sub New (
    authorizationRoleIds As WindowsBuiltInRole()
)

Parameters

See Also

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

Return to top