Click or drag to resize

AttributeRemoveAttributeExpression Method

Remove the first 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 RemoveAttributeExpression(
	string attributeName
)

Parameters

attributeName
Type: SystemString

Return Value

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