Classification.ServiceVersion Property

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

Syntax

'Declaration
Protected Property ServiceVersion As Integer
protected int ServiceVersion { get; set; }
protected:
property int ServiceVersion {
    int get ();
    void set (int value);
}
member ServiceVersion : int with get, set
function get ServiceVersion () : int 
function set ServiceVersion (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace