Constable Authorization Engine 2.0 BETA

WindowsRole Constructor (String, String)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the WindowsRole class with the given Id.

[Visual Basic]
Overloads Public Sub New( _
   ByVal id As String, _
   ByVal windowsGroupName As String _
)
[C#]
public WindowsRole(
   string id,
   string windowsGroupName
);

Parameters

id
The Id of the object. Role IDs must be unique for all objects contained within a given RoleCollection instance.
windowsGroupName
The name of the windows security group whose membership will be used to define membership within this role.

Remarks

The windowsGroupName can contains substitution strings. See WindowsGroupName for more details.

See Also

WindowsRole Class | LaMarvin.Constable.Model Namespace | WindowsRole Constructor Overload List