Class AzureWebAppApplicationSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure web app application setting.
public class AzureWebAppApplicationSetting : GlobalSerializableClassicBase, IComparable<AzureWebAppApplicationSetting>
- Inheritance
-
AzureWebAppApplicationSetting
- Implements
Constructors
AzureWebAppApplicationSetting()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureWebAppApplicationSetting class.
public AzureWebAppApplicationSetting()
Properties
Name
Gets or sets the name of the setting.
public string Name { get; set; }
Property Value
Value
Gets or sets the value of the setting.
public string Value { get; set; }
Property Value
Methods
CompareTo(AzureWebAppApplicationSetting)
Compares two CENTREL.XIA.Configuration.Types.AzureWebAppApplicationSetting objects to allow sorting alphabetically by name.
public int CompareTo(AzureWebAppApplicationSetting other)
Parameters
other
AzureWebAppApplicationSettingThe CENTREL.XIA.Configuration.Types.AzureWebAppApplicationSetting to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.AzureWebAppApplicationSetting objects.