FormContext.HasEndOfFormContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.