Constable Authorization Engine 2.0 BETA

RoleCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a role from the collection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal role As Role _
)
[C#]
public virtual void Remove(
   Role role
);

Parameters

role
The role to be removed from the collection.

See Also

RoleCollection Class | LaMarvin.Constable.Model Namespace