Gets the default component type name for this service, or null if there is no default component type.

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

Syntax

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

Remarks

The default type must be a concrete class.

See Also