Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.PropertyData.TryGetAttribute Method

Retrieves a property Attribute.

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

Syntax

public TYPE? TryGetAttribute<TYPE>();

Return Value

The attribute or null if not found.

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