The version of the component/service that this class creates.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceVersion As Integer
public int ServiceVersion { get; }
public:
virtual property int ServiceVersion {
    int get () sealed;
}
abstract ServiceVersion : int with get 
override ServiceVersion : int with get
final function get ServiceVersion () : int
Property Value
Type: System.Int32
Returns Int32.
Implements
IComponentCreator.ServiceVersion
.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.