Share via


VersionControlLabelDocumentItem.Committed Property

If false, this item has not been saved to the server yet and is a "pending change" to this label.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

VersionControlLabelDocumentItem Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace