Constructor PropertyDefinition
PropertyDefinition(string, string)
Initializes a new instance of the PropertyDefinition structure.
Declaration
public PropertyDefinition(string inDomain, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inDomain | Property domain. |
| string | inName | Property name. |