Class LiveTvInfo
Inheritance
System.Object
LiveTvInfo
Namespace: MediaBrowser.Model.LiveTv
Assembly: MediaBrowser.Model.dll
Syntax
public class LiveTvInfo
Properties
EnabledUsers
Gets or sets the enabled users.
Declaration
public string[] EnabledUsers { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The enabled users. |
IsEnabled
Gets or sets a value indicating whether this instance is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|