Method ContainsAttribute
ContainsAttribute(String)
Checks if the attribute exits.
Declaration
public bool ContainsAttribute(string attributeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | Name of the attribute. |
Returns
Type | Description |
---|---|
System.Boolean | True, if attribute exists. |