Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    true if this instance is enabled; otherwise, false.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.