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;
Application pool ID for the current URL.
HttpRequest Class | HttpRequest Members | System.Web Namespace