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 The distinguished name can be any string, including the empty string, but cannot be null. |
Return value¶
- bool
Exception¶
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is specified for name |