PropertyBag.GetSetting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetSetting(String, String)
public string GetSetting (string key, string defaultValue);
abstract member GetSetting : string * string -> string
override this.GetSetting : string * string -> string
Parameters
Returns
Implements
GetSetting(String, Int32)
public int GetSetting (string key, int defaultValue);
abstract member GetSetting : string * int -> int
override this.GetSetting : string * int -> int
Parameters
Returns
Implements
GetSetting(String, Boolean)
public bool GetSetting (string key, bool defaultValue);
abstract member GetSetting : string * bool -> bool
override this.GetSetting : string * bool -> bool
Parameters
Returns
Implements
GetSetting(String, Enum)
public Enum GetSetting (string key, Enum defaultValue);
abstract member GetSetting : string * Enum -> Enum
override this.GetSetting : string * Enum -> Enum
Parameters
Returns
Implements