Values Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Values Property
Gets the collection of InstallPath values in the InstallPathMap.
Declaration Syntax
C# Visual Basic Visual C++ F#
public ICollection<InstallPath> Values { get; }
Public ReadOnly Property Values As ICollection(Of InstallPath)
	Get
public:
virtual property ICollection<InstallPath^>^ Values {
	ICollection<InstallPath^>^ get () sealed;
}
abstract Values : ICollection<InstallPath> with get
override Values : ICollection<InstallPath> with get
Property Value
ICollection < (Of < ( <' InstallPath > ) > ) >

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