FileOpenAttr.Remove Method
Definition
Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll
Removes the element with the specified key from the FileOpenAttr.
bool Remove(string key)
Removes the element with the specified key from the FileOpenAttr.
bool Remove(string key)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | key | The key of the element to remove. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the element is successfully found and removed; otherwise, false. |