XdMachineOnlineState enumeration

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.

See also

Reference

Microsoft.Office.Interop.InfoPath.SemiTrust namespace