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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VersionControlLabelDocumentItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace