IWebAccount.State 속성

정의

웹 계정의 연결된 상태를 가져옵니다.

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

속성 값

웹 계정의 연결된 상태입니다.

적용 대상