Share via


CheckinResult.UndoneServerItems Property

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)
'Usage
Dim instance As CheckinResult 
Dim value As List(Of String)

value = instance.UndoneServerItems

instance.UndoneServerItems = value
public List<string> UndoneServerItems { get; set; }
public:
property List<String^>^ UndoneServerItems {
    List<String^>^ get ();
    void set (List<String^>^ value);
}
public function get UndoneServerItems () : List<String>
public function set UndoneServerItems (value : List<String>)

Property Value

Type: System.Collections.Generic.List<String>

.NET Framework Security

See Also

Reference

CheckinResult Class

CheckinResult Members

Microsoft.TeamFoundation.VersionControl.Server Namespace