Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.PropertyData.GetPropertyValue Method

Retrieves the property value.

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

Syntax

public TYPE GetPropertyValue<TYPE>( object parentObject );

Parameters

parentObject

The parent model containing this property.

Return Value

The property value.

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