Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.GetProperty Method

Retrieve PropertyInfo used for reflection for one property.

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

Syntax

public static PropertyInfo GetProperty(
    Type type,
    string name );

Parameters

type

The Type of the parent model containing the property.

name

(not specified)

Return Value

PropertyInfo.

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