IContext.GetProperty method
Namespace: NextDesign.Desktop
Description
Gets the property value for the specified distinguished name.
Returns null if the distinguished name does not exist.
argument
Name | Type | Description |
---|---|---|
name | string | distinguished name distinguished name can be any string including an empty string, but cannot be null. |
Return value
- object
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for name |