TabularDataRow.Values Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica os valores.
public:
property System::Collections::Generic::IList<System::Object ^> ^ Values { System::Collections::Generic::IList<System::Object ^> ^ get(); void set(System::Collections::Generic::IList<System::Object ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<object> Values { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Values : System.Collections.Generic.IList<obj> with get, set
Public Property Values As IList(Of Object)
Valor da propriedade
Os valores.
- Atributos