Class EnvironmentVariableSetting
Inheritance
System.Object
EnvironmentVariableSetting
Assembly: MediaBrowser.Controller.dll
public sealed class EnvironmentVariableSetting
Constructors
Declaration
public EnvironmentVariableSetting(string variableName, string value)
Parameters
Type |
Name |
Description |
System.String |
variableName |
|
System.String |
value |
|
Properties
Declaration
public string Value { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string VariableName { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods