NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SettingContainer.GetDouble

[To be supplied.]

[Visual Basic]
Public Function GetDouble( _
   ByVal key As String _
) As Double
[C#]
public double GetDouble(
   string key
);
[C++]
public: double GetDouble(
   String* key
);
[JScript]
public function GetDouble(
   key : String
) : double;

Parameters

key
[To be supplied.]

See Also

SettingContainer Class | SettingContainer Members | System.Web.Configuration Namespace