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. |
attributeName | Name of the attribute. |
Returns
Type | Description |
---|---|
System. |
True, if exists and removed succcessfully. |