WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Public Member Functions | Properties | List of all members
Microsoft.Tools.WindowsDevicePortal.DevicePortal.XboxSetting Class Reference

XboxSetting object More...

Public Member Functions

override string ToString ()
 Returns a string representation of a Setting. More...
 

Properties

string Name [get, set]
 Gets or sets the name identifying this setting. More...
 
string Value [get, set]
 Gets or sets the value for this setting. More...
 
string Category [get]
 Gets the category for this setting. More...
 
string RequiresReboot [get]
 Gets whether changing this setting. requires a reboot to take effect. More...
 

Detailed Description

XboxSetting object

Member Function Documentation

override string Microsoft.Tools.WindowsDevicePortal.DevicePortal.XboxSetting.ToString ( )
inline

Returns a string representation of a Setting.

Returns
String representation of a setting.

Property Documentation

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.XboxSetting.Category
get

Gets the category for this setting.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.XboxSetting.Name
getset

Gets or sets the name identifying this setting.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.XboxSetting.RequiresReboot
get

Gets whether changing this setting. requires a reboot to take effect.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.XboxSetting.Value
getset

Gets or sets the value for this setting.


The documentation for this class was generated from the following file: