Share via


TabularDataRow.Values Propiedad

Definición

Obtiene o establece los valores de una fila de datos.

public:
 property System::Collections::ObjectModel::Collection<System::Object ^> ^ Values { System::Collections::ObjectModel::Collection<System::Object ^> ^ get(); void set(System::Collections::ObjectModel::Collection<System::Object ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<object> Values { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Values : System.Collections.ObjectModel.Collection<obj> with get, set
Public Property Values As Collection(Of Object)

Valor de propiedad

Los valores de una fila de datos.

Atributos

Se aplica a