BRConditionTreeNode.LogicalOperator 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 logical operator.
public:
property Microsoft::MasterDataServices::LogicalOperator LogicalOperator { Microsoft::MasterDataServices::LogicalOperator get(); void set(Microsoft::MasterDataServices::LogicalOperator value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.LogicalOperator LogicalOperator { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LogicalOperator : Microsoft.MasterDataServices.LogicalOperator with get, set
Public Property LogicalOperator As LogicalOperator
Property Value
A new instance of type LogicalOperator.
- Attributes