Skip to main content

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

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

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for name