Gets the sandbox of the test step, or null if none.

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

Syntax

C#
public Sandbox Sandbox { get; }
Visual Basic (Declaration)
Public ReadOnly Property Sandbox As Sandbox

Remarks

The value will typically only be null in the case where the test step belongs to a different test framework that does not use sandboxes.

See Also