MachineState Enumeration
Specifies the state of the connection for the client computer.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public Enumeration MachineState
'Usage
Dim instance As MachineState
public enum MachineState
Members
Member name | Description | |
---|---|---|
Offline | The client computer is not connected to the network. | |
Online | The client computer is connected to the network. | |
IEInOfflineState | Microsoft Internet Explorer is in offline mode. |
Remarks
These enumerated values are returned by the MachineOnlineState property.