ConditionExpression.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 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