Keys Property

DTF API

Copy image CopyHover image
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++ F#
public ICollection<string> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of String)
	Get
public:
virtual property ICollection<String^>^ Keys {
	ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Property Value
ICollection < (Of < ( <' String > ) > ) >

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