Sets or gets the single enumeration value 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 Exclude { get; set; }
Visual Basic (Declaration)
Public Property Exclude As Object

Remarks

If you want to exclude several values at once, use ExcludeArray instead.

See Also