IContext.HasProperty method
Namespace: NextDesign.Desktop
Description
Checks for a property value with the specified distinguished name.
Returns True if there is a property value with the specified distinguished name.
argument
Name | Type | Description |
---|---|---|
name | string | distinguished name distinguished name can be any string including an empty string, but cannot be null. |
Return value
- bool
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for name |