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

[To be supplied.]

[Visual Basic]
Public Function GetSByte( _
   ByVal key As String _
) As SByte
[C#]
public sbyte GetSByte(
   string key
);
[C++]
public: char GetSByte(
   String* key
);
[JScript]
public function GetSByte(
   key : String
) : SByte;

Parameters

key
[To be supplied.]

See Also

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