Share via


CheckinResult.UndoneServerItems Property

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

Syntax

'宣言
Public Property UndoneServerItems As List(Of String)
    Get
    Set
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>

.NET Framework Security

See Also

Reference

CheckinResult Class

Microsoft.TeamFoundation.VersionControl.Server Namespace