SourcePaths Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation SourcePaths Property
Gets a mapping from keys to source paths.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IDictionary<string, string> SourcePaths { get; }
Public ReadOnly Property SourcePaths As IDictionary(Of String, String)
	Get
public:
property IDictionary<String^, String^>^ SourcePaths {
	IDictionary<String^, String^>^ get ();
}
member SourcePaths : IDictionary<string, string> with get
Property Value
IDictionary<(Of <(<'String, String>)>)>

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)