Added ServerName

This commit is contained in:
Luke Pulverenti
2014-02-28 23:12:39 -05:00
parent 4aaf10cb1e
commit be36f1ef4c
3 changed files with 46 additions and 1 deletions

View File

@@ -146,6 +146,12 @@ namespace MediaBrowser.Model.System
/// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value>
public bool SupportsAutoRunAtStartup { get; set; }
/// <summary>
/// Gets or sets the name of the server.
/// </summary>
/// <value>The name of the server.</value>
public string ServerName { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="SystemInfo" /> class.
/// </summary>