Name of package. Use * to exclude whole repository.

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

Syntax

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

See Also