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