IContext.SetProperty method
Namespace: NextDesign.Desktop
Description
Sets the property value for the specified distinguished name.
If given a distinguished name that already exists, update the property value with the given value.
argument
Name | Type | Description |
---|---|---|
name | string | distinguished name distinguished name can be any string including an empty string, but cannot be null. |
value | object | property value can be any object, including null. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for name |