Gets or sets the component type name, or null to use the default component type specified by the service.

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

Syntax

C#
public TypeName ComponentTypeName { get; set; }
Visual Basic (Declaration)
Public Property ComponentTypeName As TypeName

See Also