ComparisonEngineGetAllowedValueOperators Method (ExtendedAttributeType) |
Gets the value operators that are allowed to be used with the specified ExtendedAttributeType
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static IEnumerable<ValueOperator> GetAllowedValueOperators(
ExtendedAttributeType type
)
Public Shared Function GetAllowedValueOperators (
type As ExtendedAttributeType
) As IEnumerable(Of ValueOperator)
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:
IEnumerableValueOperatorAn enumeration of ValueOperators
See Also