Constable Authorization Engine 2.0 BETA

ComPlusRole.ComPlusRoleName Property

[This is preliminary documentation and subject to change.]

Sets or returns the name of the COM+ role that represents membership to this role.

[Visual Basic]
Overridable Public Property ComPlusRoleName As String
[C#]
public virtual string ComPlusRoleName {get; set;}

Remarks

If the role doesn't exist in the COM+ catalog, the IsMember method will return always false.

See Also

ComPlusRole Class | LaMarvin.Constable.Model Namespace