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

    Show / Hide Table of Contents

    Class DeviceInfo

    Inheritance
    System.Object
    DeviceInfo
    Namespace: MediaBrowser.Model.Devices
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class DeviceInfo

    Properties

    AppName

    Gets or sets the name of the application.

    Declaration
    public string AppName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the application.

    AppVersion

    Gets or sets the application version.

    Declaration
    public string AppVersion { get; set; }
    Property Value
    Type Description
    System.String

    The application version.

    DateLastActivity

    Declaration
    public DateTimeOffset DateLastActivity { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    IconUrl

    Declaration
    public string IconUrl { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Gets or sets the identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The identifier.

    InternalId

    Declaration
    [IgnoreDataMember]
    public long InternalId { get; set; }
    Property Value
    Type Description
    System.Int64

    IpAddress

    Declaration
    public IPAddress IpAddress { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    LastUserId

    Gets or sets the last user identifier.

    Declaration
    public string LastUserId { get; set; }
    Property Value
    Type Description
    System.String

    The last user identifier.

    LastUserName

    Gets or sets the last name of the user.

    Declaration
    public string LastUserName { get; set; }
    Property Value
    Type Description
    System.String

    The last name of the user.

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ReportedDeviceId

    Declaration
    public string ReportedDeviceId { get; set; }
    Property Value
    Type Description
    System.String

    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.