Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the specified rule from the collection.

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

Parameters

rule

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace