Constable Authorization Engine 2.0 BETA

PropertyCollection.IndexOf Method (Property)

[This is preliminary documentation and subject to change.]

Gets the index of the specified property in the collection.

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

Parameters

property
The property to locate in the collection.

Return Value

The zero-based index of the property within the collection, if found; otherwise, -1.

See Also

PropertyCollection Class | LaMarvin.Constable.Model Namespace | PropertyCollection.IndexOf Overload List