Show / Hide Table of Contents

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 Source

WindowsPCPhoenixSettings()

Initializes a new instance of the WindowsPCPhoenixSettings class.

Declaration
public WindowsPCPhoenixSettings()

Properties

View Source

DesktopConsoleSPIInstallPath

Gets or sets the path to the desktop console share.

Declaration
public string DesktopConsoleSPIInstallPath { get; set; }
Property Value
Type Description
System.String
View Source

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 Source

Save()

Saves the current settings.

Declaration
public void Save()
  • View Source
In This Article
Back to top Generated by DocFX