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 attribute.
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
Type: DataCollection<T><Object>The attribute values.
- Attributes