XmlElementConverter.HasAttribute Method
Definition
Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll
Determines whether the current XmlElement has an attribute with the specified name.
bool HasAttribute(string name)
Determines whether the current XmlElement has an attribute with the specified name.
bool HasAttribute(string name)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | name | The name of the attribute. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the current XmlElement has an attribute with the specified name; otherwise, false. |