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.Get (String)

Enables user to retrieve application state object by name.

[Visual Basic]
Overloads Public Function Get( _
   ByVal name As String _
) As Object
[C#]
public object Get(
   string name
);
[C++]
public: Object* Get(
   String* name
);
[JScript]
public function Get(
   name : String
) : Object;

Parameters

name
[To be supplied.]

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace | HttpApplicationState.Get Overload List