ConditionExpression.Values Property
Applies To: Dynamics CRM 2015
Gets or sets the values for the attribute.
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>
The attribute values.
See Also
ConditionExpression Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright