C# Class Microsoft.WindowsAzure.Samples.Common.ConfigurationReader

显示文件 Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Public Methods

Method Description
GetSettingValue ( string key ) : string

Private Methods

Method Description
GetSettingValue ( string key, bool throwIfKeyNotFound ) : string
Validate ( string key, string value ) : void

Method Details

GetSettingValue() public static method

public static GetSettingValue ( string key ) : string
key string
return string