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
- 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.