Gets the service type.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public override Type ServiceType { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property ServiceType As Type

Return Value

The service type.

See Also