Share via


SettingInfo Class

Definition

Information about a setting.

public ref class SettingInfo
public class SettingInfo
type SettingInfo = class
Public Class SettingInfo
Inheritance
SettingInfo

Constructors

SettingInfo(String, String, String, String, JObject, Boolean, Boolean)

Initializes a new instance of the SettingInfo class.

Properties

IsRemotable

Gets a value indicating whether the setting exists on the remote side of a Visual Studio Online connection, instead of locally, when connected. When not connected, this property can still return true if the setting would be remote when connected.

IsWritable

Gets a value indicating whether the caller is allowed to modify the setting.

JsonSchema

Gets a JSON schema representing the allowed values for the setting. See https://json-schema.org/.

LocalizedDescription

Gets the localized description of the setting, or null if the setting has no localized description.

LocalizedName

Gets the localized name of the setting, or null if the setting has no localized name.

Moniker

Gets the moniker of the setting.

SearchKeywords

Gets a localized string containing search keywords for the setting, or null if the setting has no keywords. For search keyword matching, the string is tokenized using whitespace and punctuation as delimiters. Capital letters are also respected for camelCase matching.

Applies to