Deployment Tools Foundation
Item Property (key)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathMap ► Item[([(String])])
Gets or sets an install path for a direcotry, component, or file key.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public InstallPath this[ string key ] { get; set; }
Public Default Property Item ( _ key As String _ ) As InstallPath
public: virtual property InstallPath^ default[String^ key] { InstallPath^ get (String^ key) sealed; void set (String^ key, InstallPath^ value) sealed; }
Parameters
- key (String)
- Depending on the type of InstallPathMap, this is the primary key from the either the Directory, Component, or File table.
Remarks
Changing an install path does not modify the Database used to generate this InstallPathMap.