Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.PropertyData.TryGetAdditionalAttributeValue Method

Retrieves the value specified on an AdditionalMetadataAttribute.

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

Syntax

public bool TryGetAdditionalAttributeValue<TYPE>(
    string name,
    out TYPE?? value );

Parameters

name

The name specified on the AdditionalMetadataAttribute.

value

(not specified)

Return Value

The value found on the AdditionalMetadataAttribute, or the value defined using the dflt parameter.

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