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