TabularDataRow.Values Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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