ManagementUnit.CustomAppHostConfigPath Property

 

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

Syntax

public static string CustomAppHostConfigPath { get; set; }
public:
property String^ CustomAppHostConfigPath {
    static String^ get();
    static void set(String^ value);
}
static member CustomAppHostConfigPath : string with get, set
Public Shared Property CustomAppHostConfigPath As String

Property Value

Type: System.String

See Also

ManagementUnit Class
Microsoft.Web.Management.Server Namespace

Return to top