FileDownloadEventArgs.ActiveDocument Property
Gets the Boolean value that specifies the active document.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As FileDownloadEventArgs
Dim value As Boolean
value = instance.ActiveDocument
Syntax
'Declaration
Public ReadOnly Property ActiveDocument As Boolean
public bool ActiveDocument { get; }
public:
property bool ActiveDocument {
bool get ();
}
/** @property */
public boolean get_ActiveDocument ()
public function get ActiveDocument () : boolean
Property Value
Type: Boolean
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
FileDownloadEventArgs Class
FileDownloadEventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.