Files Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Files Property
Gets or sets the mapping from internal file paths to external file paths.
Declaration Syntax
C# Visual Basic Visual C++
public IDictionary<string, string> Files { get; }
Public ReadOnly Property Files As IDictionary(Of String, String)
	Get
public:
property IDictionary<String^, String^>^ Files {
	IDictionary<String^, String^>^ get ();
}
Property Value
IDictionary<(Of <(<'String, String>)>)>
A mapping from internal file paths to external file paths.
Remarks

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)