Constable Authorization Engine 2.0 BETA

PropertyRuleCollection.IndexOf Method 

[This is preliminary documentation and subject to change.]

Gets the index of the specified PropertyRule in the collection.

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

Parameters

rule
The PropertyRule to locate in the collection.

Return Value

The index of the rule if found; -1 otherwise.

See Also

PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace