Click or drag to resize

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
C#
public bool RemoveAttribute(
	string attributeName
)

Parameters

attributeName
Type: SystemString

Return Value

Type: Boolean
true if found and removed, otherwise false.
See Also