Application.IsMigrated Property

 

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public bool IsMigrated { get; set; }
public:
property bool IsMigrated {
    bool get();
    void set(bool value);
}
Public Property IsMigrated As Boolean

Property Value

Type: System.Boolean

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top