ManagementUnit.DynamicRegistrationEnabled Property

 

This API is not CLS-compliant.

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

Syntax

[CLSCompliantAttribute(false)]
public static bool DynamicRegistrationEnabled { get; }
public:
[CLSCompliantAttribute(false)]
property bool DynamicRegistrationEnabled {
    static bool get();
}
[<CLSCompliantAttribute(false)>]
static member DynamicRegistrationEnabled : bool with get
<CLSCompliantAttribute(False)>
Public Shared ReadOnly Property DynamicRegistrationEnabled As Boolean

Property Value

Type: System.Boolean

See Also

ManagementUnit Class
Microsoft.Web.Management.Server Namespace

Return to top