IContext.RemoveProperty Method
Namespace: NextDesign.Desktop
Description
Deletes the property value with the specified identifier name.
If the property value for that distinguished name does not exist, nothing is done.
argument
Name | Type | Description |
---|---|---|
name | string | distinguished name distinguished name can be any string including an empty string, but cannot be null. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for name |