_XDocument4.NetworkState Property
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.
Gets a XDNetworkState object that provides information about the connection state of the client computer or whether a connection can be made to the specified network destination.
public:
property Microsoft::Office::Interop::InfoPath::SemiTrust::XDNetworkState ^ NetworkState { Microsoft::Office::Interop::InfoPath::SemiTrust::XDNetworkState ^ get(); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.XDNetworkState NetworkState { get; }
member this.NetworkState : Microsoft.Office.Interop.InfoPath.SemiTrust.XDNetworkState
Public ReadOnly Property NetworkState As XDNetworkState
Property Value
An object that provides information about the connection state of the client computer or whether a connection can be made to the specified network destination.
Remarks
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.