CheckinResult.UndoneServerItems Property
This is the set of files that did not change. These items were not committed to the changeset and the changes were undone. This can occur if you have an edit and do not change the file or only have a lock on the file.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property UndoneServerItems As List(Of String)
public List<string> UndoneServerItems { get; set; }
public:
property List<String^>^ UndoneServerItems {
List<String^>^ get ();
void set (List<String^>^ value);
}
member UndoneServerItems : List<string> with get, set
function get UndoneServerItems () : List<String>
function set UndoneServerItems (value : List<String>)
Property Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.