Method RemoveAttribute
RemoveAttribute(String)
Removes attribute from object on the basis of attribute name provided.
Declaration
public bool RemoveAttribute(string attributeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | Name of the attribute. |
Returns
Type | Description |
---|---|
System.Boolean | True, if exists and removed succcessfully. |