Class PartyInfoDto
Inheritance
System.Object
PartyInfoDto
Namespace: MediaBrowser.Controller.Session
Assembly: MediaBrowser.Controller.dll
Syntax
public class PartyInfoDto
Properties
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sessions
Declaration
public PartySessionInfo[] Sessions { get; set; }
Property Value
| Type | Description |
|---|---|
| PartySessionInfo[] |