MicrosoftAccountMultiFactorGetSessionsResult.Sessions Property

Definition

This API is for internal use only and should not be used in your code.

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)

Property Value

This API is for internal use only and should not be used in your code.

Applies to