Class SessionUserInfo
Class SessionUserInfo.
Inheritance
System.Object
SessionUserInfo
Namespace: MediaBrowser.Model.Session
Assembly: MediaBrowser.Model.dll
Syntax
public class SessionUserInfo
Properties
UserId
Gets or sets the user identifier.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user identifier. |
UserInternalId
Declaration
[IgnoreDataMember]
public long UserInternalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
UserName
Gets or sets the name of the user.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the user. |