| ComparisonEngineAllowedStringOperators Property  | 
            Gets the ValueOperators that are allowed to be used with a string value
            
 
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntaxpublic static IEnumerable<ValueOperator> AllowedStringOperators { get; }Public Shared ReadOnly Property AllowedStringOperators As IEnumerable(Of ValueOperator)
	Get
public:
static property IEnumerable<ValueOperator>^ AllowedStringOperators {
	IEnumerable<ValueOperator>^ get ();
}Return Value
Type: 
IEnumerableValueOperatorAn array of ValueOperator values
See Also