ConditionExpression.Operator 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 condition operator.
public:
property Microsoft::Xrm::Sdk::Query::ConditionOperator Operator { Microsoft::Xrm::Sdk::Query::ConditionOperator get(); void set(Microsoft::Xrm::Sdk::Query::ConditionOperator value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Query.ConditionOperator Operator { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Operator : Microsoft.Xrm.Sdk.Query.ConditionOperator with get, set
Public Property Operator As ConditionOperator
Property Value
The condition operator.
- Attributes