Constable Authorization Engine 2.0 BETA

DynamicRole Constructor (String)

[This is preliminary documentation and subject to change.]

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

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

Parameters

id
The Id of the object. Role IDs must be unique for all objects contained within a given RoleCollection instance.

See Also

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