CheckinResult.LocalVersionUpdates Property

For a local workspace, this contains the list of local version updates, made by checkin For server workspaces this is empty.

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

Syntax

'Declaration
Public Property LocalVersionUpdates As StreamingCollection(Of GetOperation)
public StreamingCollection<GetOperation> LocalVersionUpdates { get; set; }
public:
property StreamingCollection<GetOperation^>^ LocalVersionUpdates {
    StreamingCollection<GetOperation^>^ get ();
    void set (StreamingCollection<GetOperation^>^ value);
}
member LocalVersionUpdates : StreamingCollection<GetOperation> with get, set
function get LocalVersionUpdates () : StreamingCollection<GetOperation>
function set LocalVersionUpdates (value : StreamingCollection<GetOperation>)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
Returns StreamingCollection<T>.

.NET Framework Security

See Also

Reference

CheckinResult Class

Microsoft.TeamFoundation.VersionControl.Server Namespace