Share via


WebDataDrivenAdapter.IsCurrentHtmlDocumentAvailable Property

Gets the Boolean value that specifies whether the current HTML document is available.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim value As Boolean

value = Me.IsCurrentHtmlDocumentAvailable

Syntax

'Declaration
Protected ReadOnly Property IsCurrentHtmlDocumentAvailable As Boolean
protected bool IsCurrentHtmlDocumentAvailable { get; }
protected:
property bool IsCurrentHtmlDocumentAvailable {
    bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected boolean get_IsCurrentHtmlDocumentAvailable ()
DebuggerStepThroughAttribute 
protected function get IsCurrentHtmlDocumentAvailable () : boolean

Property Value

Type: Boolean
true if the document is available; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WebDataDrivenAdapter Class
WebDataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.