Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.TryGetPropertyData Method

Retrieve information for one property.

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

Syntax

public static PropertyData? TryGetPropertyData(
    Type type,
    string propName );

Parameters

type

The Type of the parent model containing the property.

propName

The name of the property.

Return Value

Property information. null is returned if the property does not exist.

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