ConditionExpression.Values Property

Definition

Gets or sets the values for the column to compare, or the logical names of columns to compare when the CompareColumns property is set to true.

public:
 property Microsoft::Xrm::Sdk::DataCollection<System::Object ^> ^ Values { Microsoft::Xrm::Sdk::DataCollection<System::Object ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
[set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")]
public Microsoft.Xrm.Sdk.DataCollection<object> Values { get; }
[<System.Runtime.Serialization.DataMember>]
[<set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")>]
member this.Values : Microsoft.Xrm.Sdk.DataCollection<obj>
Public ReadOnly Property Values As DataCollection(Of Object)

Property Value

The values for the column to compare, or the logical names of columns to compare when the CompareColumns property is set to true.

Attributes

Applies to