WebDataDrivenAdapter.IsCurrentHtmlDocumentAvailable 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 the Boolean value that specifies whether the current HTML document is available.
protected:
property bool IsCurrentHtmlDocumentAvailable { bool get(); };
protected bool IsCurrentHtmlDocumentAvailable { get; }
member this.IsCurrentHtmlDocumentAvailable : bool
Protected ReadOnly Property IsCurrentHtmlDocumentAvailable As Boolean
Property Value
true
if the document is available; otherwise, false
.