Partition.IsDirty Property

Indicates true when the Partition is in a dirty state.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property IsDirty As Boolean
public bool IsDirty { get; }
public:
property bool IsDirty {
    bool get ();
}
member IsDirty : bool with get
function get IsDirty () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Partition Class

Microsoft.VisualStudio.Modeling Namespace