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