Gets or sets the traits handler factory.

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

Syntax

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

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if value is null.

See Also