Click or drag to resize
LoginInformation Properties
This API is preliminary and subject to change.

The LoginInformation type exposes the following members.

Properties
  NameDescription
Public propertyDevice
Gets the device the user is attached to.
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyHost
Gets the originating host of the login.
Public propertyTime
Gets the login time.
Public propertyUser
Gets the username of the logged in user.
Top
See Also