Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds the rule to the collection.

[Visual Basic]
Overridable Public Function Add( _
   ByVal rule As ActionRule _
) As Integer
[C#]
public virtual int Add(
   ActionRule rule
);

Parameters

rule

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace