Constable Authorization Engine 2.0 BETA

PropertyRuleCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a PropertyRule into the collection.

[Visual Basic]
Overridable Public Sub Insert( _
   ByVal index As Integer, _
   ByVal rule As PropertyRule _
)
[C#]
public virtual void Insert(
   int index,
   PropertyRule rule
);

Parameters

index
The index in the collection where the rule should be inserted.
rule
The PropertyRule to be inserted into the collection.

See Also

PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace