Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The XdMachineOnlineState enumeration is used to determine the state of the connection for the client computer.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Enumeration XdMachineOnlineState
'Usage
Dim instance As XdMachineOnlineState
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.