Gets the service type name.

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

Syntax

C#
TypeName ServiceTypeName { get; }
Visual Basic (Declaration)
ReadOnly Property ServiceTypeName As TypeName

Remarks

The service type is usually an interface but it may also be an abstract class.

See Also