Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Item Property

[This is preliminary documentation and subject to change.]

Returns the ActionRule object at the specified index in the collection.

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

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace