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

[To be supplied.]

[Visual Basic]
Public Function GetByte( _
   ByVal key As String _
) As Byte
[C#]
public byte GetByte(
   string key
);
[C++]
public: unsigned char GetByte(
   String* key
);
[JScript]
public function GetByte(
   key : String
) : Byte;

Parameters

key
[To be supplied.]

See Also

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