SiteInfo.ApplicationPool Property

 

Namespace:   Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Syntax

public string ApplicationPool { get; }
public:
property String^ ApplicationPool {
    String^ get();
}
member ApplicationPool : string with get
Public ReadOnly Property ApplicationPool As String

Property Value

Type: System.String

See Also

SiteInfo Class
Microsoft.Web.Management.Server Namespace

Return to top