Constable Authorization Engine 2.0 BETA

PropertyRuleCollection.Item Property

[This is preliminary documentation and subject to change.]

Gets the PropertyRule at the given index.

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

See Also

PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace