Constable Authorization Engine 2.0 BETA

Property Constructor (String)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the Property class with the given Id.

[Visual Basic]
Overloads Public Sub New( _
   ByVal id As String _
)
[C#]
public Property(
   string id
);

Parameters

id
The Id of the object. Property IDs must be unique for all Property objects contained within a given PropertyCollection instance.

See Also

Property Class | LaMarvin.Constable.Model Namespace | Property Constructor Overload List