Class PartyInfo
Inheritance
System.Object
PartyInfo
Assembly: MediaBrowser.Controller.dll
Properties
Declaration
public string Id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public List<SessionInfo> Sessions { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<SessionInfo> |
|
Declaration
public List<User> Users { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<User> |
|
Extension Methods