Keys Property

Microsoft Deployment Tools

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)
public:
virtual property ICollection<String^>^ Keys {
	ICollection<String^>^ get () sealed;
}

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