Constable Authorization Engine 2.0 BETA

ActionRuleCollection.IndexOf Method 

[This is preliminary documentation and subject to change.]

Returns the index of the specified rule in the collection.

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

Parameters

rule

Return Value

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace