Constable Authorization Engine 2.0 BETA

PropertyCollection.Item Property

[This is preliminary documentation and subject to change.]

Gets the property with the given index in the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As Property
[C#]
public virtual Property this[
   int index
] {get;}

See Also

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