Sets or gets an array of values that must be excluded from the column.

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

Syntax

C#
public Object[] ExcludeArray { get; set; }
Visual Basic (Declaration)
Public Property ExcludeArray As Object()

Remarks

If you want to exclude one value only, use Exclude instead.

See Also