Property | Type | Description | |
---|---|---|---|
Value | string |
Method | Description | |
---|---|---|
Property ( ) |
Initializes a new instance of the Property class.
|
|
Property ( |
Initializes a new instance of the Property class with properties/fields initialized with specified parameters.
|
|
Property ( string name ) |
Initializes a new instance of the Property class with properties/fields initialized with specified parameters.
|
|
Property ( string name, string value ) |
Initializes a new instance of the Property class with properties/fields initialized with specified parameters.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
public Property ( |
||
id | The explicit |
|
name | string | The name of the property. |
value | string | The initial value of the property. |
public Property ( string name, string value ) | ||
name | string | The name of the property. |
value | string | The initial value of the property. |