SyncService.Version Property
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.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
- 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.