Gets the name of the repository where the target package resides.

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

Syntax

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

See Also