Share via


SBSWebServiceBehaviorAttribute.AuthorizationRoleIds Property

 

Gets the list of identifiers of the current authorization roles.

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

Syntax

public IList<WindowsBuiltInRole> AuthorizationRoleIds { get; internal set; }
public:
property IList<WindowsBuiltInRole>^ AuthorizationRoleIds {
    IList<WindowsBuiltInRole>^ get();
    internal: void set(IList<WindowsBuiltInRole>^ value);
}
Public Property AuthorizationRoleIds As IList(Of WindowsBuiltInRole)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.Generic.IList<WindowsBuiltInRole>

An IList<T> of type WindowsBuiltInRole.

See Also

SBSWebServiceBehaviorAttribute Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top