Constable Authorization Engine 2.0 BETA

PropertyRuleCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a PropertyRule from the collection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal rule As PropertyRule _
)
[C#]
public virtual void Remove(
   PropertyRule rule
);

Parameters

rule
The rule to be removed from the collection.

See Also

PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace