Deployment Tools Foundation
Keys Property
Gets the collection of keys in the InstallPathMap. Depending on the type of InstallPathMap,
they are all directory, component, or file key strings.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ICollection<string> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of String) Get
public: virtual property ICollection<String^>^ Keys { ICollection<String^>^ get () sealed; }
Property Value
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)