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

[To be supplied.]

[Visual Basic]
Public Function GetUInt32( _
   ByVal key As String _
) As UInt32
[C#]
public uint GetUInt32(
   string key
);
[C++]
public: unsigned int GetUInt32(
   String* key
);
[JScript]
public function GetUInt32(
   key : String
) : UInt32;

Parameters

key
[To be supplied.]

See Also

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