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!

HttpRequest.ApplicationPoolID

Gets the application pool ID for the current URL.

[Visual Basic]
Public ReadOnly Property ApplicationPoolID As String
[C#]
public string ApplicationPoolID {get;}
[C++]
public: __property String* get_ApplicationPoolID();
[JScript]
public function get ApplicationPoolID() : String;

Property Value

Application pool ID for the current URL.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace