Click or drag to resize

CodeObjectHasAttribute Method

Returns true if the attribute with the specified name exists on the object, otherwise false.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool HasAttribute(
	string attributeName
)

Parameters

attributeName
Type: SystemString

Return Value

Type: Boolean
See Also