Class WindowsPCPhoenixSettings
The settings for phoenix devices
Inheritance
System.Object
WindowsPCPhoenixSettings
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.WindowsPC.dll
Syntax
[Serializable]
public class WindowsPCPhoenixSettings : SettingsCategoryBase
Constructors
View SourceWindowsPCPhoenixSettings()
Initializes a new instance of the WindowsPCPhoenixSettings class.
Declaration
public WindowsPCPhoenixSettings()
Properties
View SourceDesktopConsoleSPIInstallPath
Gets or sets the path to the desktop console share.
Declaration
public string DesktopConsoleSPIInstallPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisableLUAWarningPrompt
Gets or sets a value indicating whether LUA warning dialog should be presented.
Declaration
public bool DisableLUAWarningPrompt { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceSave()
Saves the current settings.
Declaration
public void Save()