Constable Authorization Engine 2.0 BETA

PropertyCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a property from the collection.

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

Parameters

property
The property to be removed from the collection.

See Also

PropertyCollection Class | LaMarvin.Constable.Model Namespace