Partition.DirtyCount Property

Indicates the number of changes to the Partition.

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

Syntax

'Declaration
Public Property DirtyCount As Long
public long DirtyCount { get; set; }
public:
property long long DirtyCount {
    long long get ();
    void set (long long value);
}
member DirtyCount : int64 with get, set
function get DirtyCount () : long 
function set DirtyCount (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

Partition Class

Microsoft.VisualStudio.Modeling Namespace