PolicyAssignmentOperator.OperatorType Property
Gets or sets the operator type. Possible values are: AND, OR, NOT.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public PolicyAssignmentExpressionOperatorType OperatorType { get; set; }
public:
property PolicyAssignmentExpressionOperatorType OperatorType {
PolicyAssignmentExpressionOperatorType get();
void set(PolicyAssignmentExpressionOperatorType value);
}
Public Property OperatorType As PolicyAssignmentExpressionOperatorType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentExpressionOperatorType
See Also
PolicyAssignmentOperator Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top