Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.TryGetProperty 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? TryGetProperty(
    Type type,
    string name );

Parameters

type

The Type of the parent model containing the property.

name

(not specified)

Return Value

PropertyInfo. null is returned if the property does not exist.

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