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.GetSingle

[To be supplied.]

[Visual Basic]
Public Function GetSingle( _
   ByVal key As String _
) As Single
[C#]
public float GetSingle(
   string key
);
[C++]
public: float GetSingle(
   String* key
);
[JScript]
public function GetSingle(
   key : String
) : float;

Parameters

key
[To be supplied.]

See Also

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