Share via


WebAccount.State プロパティ

定義

Web アカウントの接続状態を取得します。

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

プロパティ値

Web アカウントの接続状態。

実装

適用対象