Click or drag to resize
ComparisonEngineGetAllowedValueOperators Method (ExtendedAttributeType)
Gets the value operators that are allowed to be used with the specified ExtendedAttributeType

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static IEnumerable<ValueOperator> GetAllowedValueOperators(
	ExtendedAttributeType type
)

Parameters

type
Type: Lithnet.MetadirectoryServicesExtendedAttributeType
The type of attribute to obtain the allowed operators for

Return Value

Type: IEnumerableValueOperator
An enumeration of ValueOperators
See Also