Gets or sets the name of a target executable to be tested.

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

Syntax

C#
public string ExecutableName { get; set; }
Visual Basic
Public Property ExecutableName As String
	Get
	Set
Visual C++
public:
property String^ ExecutableName {
	String^ get ();
	void set (String^ value);
}

See Also