MicrosoftAccountMultiFactorSessionInfo.RequestTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API is for internal use only and should not be used in your code.
public:
property DateTime RequestTime { DateTime get(); };
DateTime RequestTime();
public System.DateTimeOffset RequestTime { get; }
var dateTime = microsoftAccountMultiFactorSessionInfo.requestTime;
Public ReadOnly Property RequestTime As DateTimeOffset
Property Value
This API is for internal use only and should not be used in your code.