次の方法で共有


MicrosoftAccountMultiFactorGetSessionsResult.Sessions プロパティ

定義

この API は内部使用のみを目的としており、コードでは使用しないでください。

public:
 property IVectorView<MicrosoftAccountMultiFactorSessionInfo ^> ^ Sessions { IVectorView<MicrosoftAccountMultiFactorSessionInfo ^> ^ get(); };
IVectorView<MicrosoftAccountMultiFactorSessionInfo> Sessions();
public IReadOnlyList<MicrosoftAccountMultiFactorSessionInfo> Sessions { get; }
var iVectorView = microsoftAccountMultiFactorGetSessionsResult.sessions;
Public ReadOnly Property Sessions As IReadOnlyList(Of MicrosoftAccountMultiFactorSessionInfo)

プロパティ値

この API は内部使用のみを目的としており、コードでは使用しないでください。

適用対象