Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the logical operator.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property LogicalOperator As LogicalOperator
Get
Set
'Usage
Dim instance As BRConditionTreeNode
Dim value As LogicalOperator
value = instance.LogicalOperator
instance.LogicalOperator = value
[DataMemberAttribute]
public LogicalOperator LogicalOperator { get; set; }
[DataMemberAttribute]
public:
property LogicalOperator LogicalOperator {
LogicalOperator get ();
void set (LogicalOperator value);
}
[<DataMemberAttribute>]
member LogicalOperator : LogicalOperator with get, set
function get LogicalOperator () : LogicalOperator
function set LogicalOperator (value : LogicalOperator)
Property Value
Type: Microsoft.MasterDataServices.LogicalOperator
A new instance of type LogicalOperator.