MicrosoftAccountMultiFactorGetSessionsResult
MicrosoftAccountMultiFactorGetSessionsResult
MicrosoftAccountMultiFactorGetSessionsResult
MicrosoftAccountMultiFactorGetSessionsResult
Class
Definition
This API is for internal use only and should not be used in your code.
public : sealed class MicrosoftAccountMultiFactorGetSessionsResult : IMicrosoftAccountMultiFactorGetSessionsResultpublic sealed class MicrosoftAccountMultiFactorGetSessionsResult : IMicrosoftAccountMultiFactorGetSessionsResultPublic NotInheritable Class MicrosoftAccountMultiFactorGetSessionsResult Implements IMicrosoftAccountMultiFactorGetSessionsResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
ServiceResponse ServiceResponse ServiceResponse ServiceResponse
This API is for internal use only and should not be used in your code.
public : MicrosoftAccountMultiFactorServiceResponse ServiceResponse { get; }public MicrosoftAccountMultiFactorServiceResponse ServiceResponse { get; }Public ReadOnly Property ServiceResponse As MicrosoftAccountMultiFactorServiceResponse// You can use this property in JavaScript.
- Value
- MicrosoftAccountMultiFactorServiceResponse MicrosoftAccountMultiFactorServiceResponse MicrosoftAccountMultiFactorServiceResponse MicrosoftAccountMultiFactorServiceResponse
This API is for internal use only and should not be used in your code.
Sessions Sessions Sessions Sessions
This API is for internal use only and should not be used in your code.
public : IVectorView<MicrosoftAccountMultiFactorSessionInfo> Sessions { get; }public IReadOnlyList<MicrosoftAccountMultiFactorSessionInfo> Sessions { get; }Public ReadOnly Property Sessions As IReadOnlyList<MicrosoftAccountMultiFactorSessionInfo>// You can use this property in JavaScript.
- Value
- IVectorView<MicrosoftAccountMultiFactorSessionInfo> IReadOnlyList<MicrosoftAccountMultiFactorSessionInfo> IReadOnlyList<MicrosoftAccountMultiFactorSessionInfo> IReadOnlyList<MicrosoftAccountMultiFactorSessionInfo>
This API is for internal use only and should not be used in your code.