Skip to main content

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

NameTypeDescription
namestringdistinguished name
distinguished name can be any string including an empty string, but cannot be null.
valueobjectproperty value
can be any object, including null.

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for name