NamespaceSnapInBase.IsModified Property

 

Gets or sets a flag that tells the MMC runtime whether the snap-in has data that needs to be saved.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public bool IsModified { get; set; }
public:
property bool IsModified {
    bool get();
    void set(bool value);
}
member IsModified : bool with get, set
Public Property IsModified As Boolean

Property Value

Type: System.Boolean

True if the snap-in has data that needs to be saved; false otherwise.

See Also

NamespaceSnapInBase Class
Microsoft.ManagementConsole Namespace

Return to top