IReadOnlyPropertyBase.PropertyInfo Property

Definition

Gets the PropertyInfo for the underlying CLR property for this property-like object. This may be null for shadow properties or if mapped directly to a field.

public System.Reflection.PropertyInfo? PropertyInfo { get; }
member this.PropertyInfo : System.Reflection.PropertyInfo
Public ReadOnly Property PropertyInfo As PropertyInfo

Property Value

Applies to