Edit

Share via


XmlForm.NetworkState Property

Definition

Gets a NetworkState 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:
 abstract property Microsoft::Office::InfoPath::NetworkState ^ NetworkState { Microsoft::Office::InfoPath::NetworkState ^ get(); };
public abstract Microsoft.Office.InfoPath.NetworkState NetworkState { get; }
member this.NetworkState : Microsoft.Office.InfoPath.NetworkState
Public MustOverride ReadOnly Property NetworkState As NetworkState

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.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to