XdMachineOnlineState enumeration
The XdMachineOnlineState enumeration is used to determine the state of the connection for the client computer.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<GuidAttribute("48110F4E-588F-35CE-903D-5427377801C4")> _
Public Enumeration XdMachineOnlineState
'Usage
Dim instance As XdMachineOnlineState
[GuidAttribute("48110F4E-588F-35CE-903D-5427377801C4")]
public enum XdMachineOnlineState
Members
Member name | Description | |
---|---|---|
xdOffline | The client computer is not connected to the network. | |
xdOnline | The client computer is connected to the network. | |
xdIEIsInOfflineMode | Microsoft Internet Explorer is in offline mode. |
Remarks
These enumerated values are returned by the MachineOnlineState property.