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