QueryByAttribute.Values Property
Applies To: Dynamics CRM 2015
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; }
public:
[DataMemberAttribute]
property DataCollection<Object^>^ Values {
DataCollection<Object^>^ get();
private: void set(DataCollection<Object^>^ value);
}
[<DataMemberAttribute>]
member Values : DataCollection<Object> with 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
© 2016 Microsoft. All rights reserved. Copyright