| ComparisonEngineGetAllowedValueOperators Method (AttributeType) | 
            Gets the value operators that are allowed to be used with the specified AttributeType
            
 
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntaxpublic static IEnumerable<ValueOperator> GetAllowedValueOperators(
	AttributeType type
)
Public Shared Function GetAllowedValueOperators ( 
	type As AttributeType
) As IEnumerable(Of ValueOperator)
public:
static IEnumerable<ValueOperator>^ GetAllowedValueOperators(
	AttributeType type
)
Parameters
- type
 - Type: AttributeType
The type of attribute to obtain the allowed operators for 
Return Value
Type: 
IEnumerableValueOperatorAn enumeration of ValueOperators
See Also