XdMachineOnlineState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The XdMachineOnlineState enumeration is used to determine the state of the connection for the client computer.
public enum class XdMachineOnlineState
[System.Runtime.InteropServices.Guid("48110F4E-588F-35CE-903D-5427377801C4")]
public enum XdMachineOnlineState
type XdMachineOnlineState =
Public Enum XdMachineOnlineState
- Inheritance
-
XdMachineOnlineState
- Attributes
Fields
Name | Value | Description |
---|---|---|
xdOffline | 0 | The client computer is not connected to the network. |
xdOnline | 1 | The client computer is connected to the network. |
xdIEIsInOfflineMode | 2 | Microsoft Internet Explorer is in offline mode. |
Remarks
These enumerated values are returned by the MachineOnlineState property.