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 public bool HasAttribute(
string attributeName
)
Parameters
- attributeName
- Type: SystemString
Return Value
Type:
BooleanSee Also