QueryByAttribute.Values Property

Definition

Gets the attribute values to look for when the query is executed.

public:
 property Microsoft::Xrm::Sdk::DataCollection<System::Object ^> ^ Values { Microsoft::Xrm::Sdk::DataCollection<System::Object ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<object> Values { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Values : Microsoft.Xrm.Sdk.DataCollection<obj>
Public ReadOnly Property Values As DataCollection(Of Object)

Property Value

A collection that defines the attribute values to look for when the query is executed.

Attributes

Remarks

Use AddAttributeValue(String, Object) to add to this collection.

Applies to