QueryByAttribute.Values Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets the attribute values to look for when the query is executed.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public DataCollection<object> Values { get; private set; }
<DataMemberAttribute>
Public Property Values As DataCollection(Of Object)
Get
Private Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.DataCollection<Object>
Type: DataCollection<T><Object>
A collection that defines the attribute values to look for when the query is executed.
Remarks
Use AddAttributeValue to add to this collection.
See Also
QueryByAttribute Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright