Gets or sets a Type that is used to locate the assembly and namespace within which to resolve a manifest resource in combination with the ResourcePath property.

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

Syntax

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

Remarks

If no value is specified, the test fixture type is used as the resource scope.

See Also