| Constable Authorization Engine 2.0 BETA |
|
WindowsRole Constructor (String)
[This is preliminary documentation and subject to change.]
Initializes a new instance of the WindowsRole class with default values.
[Visual Basic]
Overloads Public Sub New( _
ByVal
id As
String _
)
[C#]
public WindowsRole(
string id);
Parameters
-
id
- The Id of the role. Role IDs must be unique for all objects contained within a given RoleCollection instance.
Remarks
All the members except Id are set to empty strings.
See Also
WindowsRole Class | LaMarvin.Constable.Model Namespace | WindowsRole Constructor Overload List