Constable Authorization Engine 2.0 BETA

PropertyCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a property to the end of the collection.

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

Parameters

property
The property to be added.

Return Value

The index of the added property.

See Also

PropertyCollection Class | LaMarvin.Constable.Model Namespace