CodeObjectRemoveAttribute Method |
Remove the attribute expression with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool RemoveAttribute(
string attributeName
)
Parameters
- attributeName
- Type: SystemString
Return Value
Type:
Booleantrue if found and removed, otherwise
false.
See Also