Edit

Share via


XdMachineOnlineState Enum

Definition

The XdMachineOnlineState enumeration is used to determine the state of the connection for the client computer.

public enum class XdMachineOnlineState
public enum XdMachineOnlineState
type XdMachineOnlineState = 
Public Enum XdMachineOnlineState
Inheritance
XdMachineOnlineState

Fields

xdIEIsInOfflineMode 2

Microsoft Internet Explorer is in offline mode.

xdOffline 0

The client computer is not connected to the network.

xdOnline 1

The client computer is connected to the network.

Remarks

These enumerated values are returned by the MachineOnlineState property.

Applies to