Method RemoveAttribute
RemoveAttribute(String)
Removes the attribute entry identified by the attribute name
Declaration
bool RemoveAttribute(string attributeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | Unique key that identifies the attribute |
Returns
Type | Description |
---|---|
System.Boolean | true if attribute removed successfully |