Instructs the test engine to excludes a test class or an action method.

Namespace: SSIS.Test.Metadata
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public sealed class ExcludeAttribute : Attribute
Visual Basic
Public NotInheritable Class ExcludeAttribute _
	Inherits Attribute
Visual C++
public ref class ExcludeAttribute sealed : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    SSIS.Test.Metadata..::..ExcludeAttribute

See Also