WebAccount.State Property

Definition

Gets the connected state of the web account.

public:
 property WebAccountState State { WebAccountState get(); };
WebAccountState State();
public WebAccountState State { get; }
var webAccountState = webAccount.state;
Public ReadOnly Property State As WebAccountState

Property Value

The connected state of the web account.

Implements

Applies to