Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.GetPropertyValue Method

Retrieve a property value.

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

Syntax

public static TYPE? GetPropertyValue<TYPE>(
    object parentObject,
    string name );

Parameters

parentObject

The parent model containing the property.

name

The name of the property.

Return Value

The property value.

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