Compartir a través de


TabularDataRow.Values Propiedad

Definición

Especifica los 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 de propiedad

Los valores.

Atributos

Se aplica a