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; }