| Constable Authorization Engine 2.0 BETA |
|
ComPlusRole Constructor (String)
[This is preliminary documentation and subject to change.]
Initializes a new instance of the ComPlusRole class with the given Id.
[Visual Basic]
Overloads Public Sub New( _
ByVal
id As
String _
)
[C#]
public ComPlusRole(
string id);
Parameters
-
id
- The Id of the object. Role IDs must be unique for all objects contained within a given RoleCollection instance.
Remarks
CAUTION The Name property value must correspond to a role name defined in the COM+ catalog.
See Also
ComPlusRole Class | LaMarvin.Constable.Model Namespace | ComPlusRole Constructor Overload List