Click or drag to resize
ComparisonEngine.AllowedBinaryOperators Property
Gets the ValueOperators that are allowed to be used with a binary value

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static IEnumerable<ValueOperator> AllowedBinaryOperators { get; }

Return Value

Type: IEnumerable<ValueOperator>
An array of ValueOperator values
See Also