QueryByAttribute.Values Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.