Constable Authorization Engine 2.0 BETA

PropertyCollection.AddNew Method 

[This is preliminary documentation and subject to change.]

Creates a new Property and adds it to the collection.

[Visual Basic]
Overridable Public Function AddNew( _
   ByVal id As String _
) As Property
[C#]
public virtual Property AddNew(
   string id
);

Parameters

id
The Id of the new property.

Return Value

A reference to the newly created property.

See Also

PropertyCollection Class | LaMarvin.Constable.Model Namespace