Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.PropertyData.HasAttribute Method

Returns whether the specified attribute exists.

Class: YetaWF.Core.Models.PropertyData
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public bool HasAttribute( string name );

Parameters

name

The name of the attribute.

Return Value

True if the attribute exists, false otherwise.

See Also YetaWF.Core.Models.PropertyData ClassYetaWF.Core Overview