Gets the names of the target executables.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public ReadOnlyCollection<string> ExecutablePaths { get; } |
Visual Basic |
---|
Public ReadOnly Property ExecutablePaths As ReadOnlyCollection(Of String) Get |
Visual C++ |
---|
public: property ReadOnlyCollection<String^>^ ExecutablePaths { ReadOnlyCollection<String^>^ get (); } |