SyncService.Version Property

Gets the version of this Web service. This usually indicates the version of the client that is calling also, because the client typically uses the latest version it knows about.

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property Version As SyncService.Versions
protected virtual SyncService.Versions Version { get; }
protected:
virtual property SyncService::Versions Version {
    SyncService::Versions get ();
}
abstract Version : SyncService.Versions with get 
override Version : SyncService.Versions with get
function get Version () : SyncService.Versions

Property Value

Type: Microsoft.TeamFoundation.Integration.Server.SyncService.Versions
Returns SyncService.Versions.

.NET Framework Security

See Also

Reference

SyncService Class

Microsoft.TeamFoundation.Integration.Server Namespace