Constable Authorization Engine 2.0 BETA

PropertyRuleCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a PropertyRule to the collection.

[Visual Basic]
Overridable Public Function Add( _
   ByVal rule As PropertyRule _
) As Integer
[C#]
public virtual int Add(
   PropertyRule rule
);

Parameters

rule
The rule to be added to the collection.

Return Value

The index of the added rule in the collection.

See Also

PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace