FormContext.HasEndOfFormContent Property

Definition

Gets an indication the EndOfFormContent collection has been used and likely contains entries.

public:
 property bool HasEndOfFormContent { bool get(); };
public bool HasEndOfFormContent { get; }
member this.HasEndOfFormContent : bool
Public ReadOnly Property HasEndOfFormContent As Boolean

Property Value

true if the backing field for EndOfFormContent is non-null; false otherwise.

Applies to