Constable Authorization Engine 2.0 BETA

Property Constructor (String, String, String)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the Property class with the given property values.

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

Parameters

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

See Also

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