IReadOnlyPropertyBase.FieldInfo Property

Definition

Gets the FieldInfo for the underlying CLR field for this property-like object. This may be null for shadow properties or if the backing field is not known.

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

Property Value

Applies to