XDNetworkState interface

Provides information about the connection state of the client computer and whether a connection can be made to a specified network location.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<GuidAttribute("096CD754-0786-11D1-95FA-0080C78EE3BB")> _
Public Interface XDNetworkState _
    Inherits _NetworkState
'Usage
Dim instance As XDNetworkState
[GuidAttribute("096CD754-0786-11D1-95FA-0080C78EE3BB")]
public interface XDNetworkState : _NetworkState

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.

See also

Reference

XDNetworkState members

Microsoft.Office.Interop.InfoPath namespace