Values Property

Microsoft Deployment Tools

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

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