XDNetworkState Interface
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.
Provides information about the connection state of the client computer and whether a connection can be made to a specified network location.
public interface class XDNetworkState : Microsoft::Office::Interop::InfoPath::_NetworkState
[System.Runtime.InteropServices.Guid("096CD754-0786-11D1-95FA-0080C78EE3BB")]
public interface XDNetworkState : Microsoft.Office.Interop.InfoPath._NetworkState
type XDNetworkState = interface
interface _NetworkState
Public Interface XDNetworkState
Implements _NetworkState
- Derived
- Attributes
- Implements
Remarks
This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, see_NetworkState
To access the XDNetworkState object associated with the current form, use the NetworkState property of the _XDocument4 class.
Properties
MachineOnlineState |
Gets the current connection state of the client computer. (Inherited from _NetworkState) |
Methods
IsDestinationReachable(String) |
Gets a value that indicates whether a connection can be made to the specified network destination. (Inherited from _NetworkState) |