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!

HttpApplicationState.Set

[To be supplied.]

[Visual Basic]
Public Sub Set( _
   ByVal name As String, _
   ByVal value As Object _
)
[C#]
public void Set(
   string name,
   object value
);
[C++]
public: void Set(
   String* name,
   Object* value
);
[JScript]
public function Set(
   name : String,
   value : Object
);

Parameters

name
[To be supplied.]
value
[To be supplied.]

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace