ComponentCreator<TComponent>.ServiceVersion Property

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

See Also

Reference

ComponentCreator<TComponent> Class

Microsoft.TeamFoundation.Framework.Server Namespace