MessageQueryTable<TItem>.Values Propriedade

Definição

Obtém uma coleção de valores de resultado contidos na tabela.

public:
 property System::Collections::Generic::ICollection<TItem> ^ Values { System::Collections::Generic::ICollection<TItem> ^ get(); };
public System.Collections.Generic.ICollection<TItem> Values { get; }
member this.Values : System.Collections.Generic.ICollection<'Item>
Public ReadOnly Property Values As ICollection(Of TItem)

Valor da propriedade

ICollection<TItem>

ICollection<T>

Todos os valores de resultado contidos na tabela.

Implementações

Aplica-se a