Click or drag to resize
PresenceOperator Enumeration
A list of possible presence comparison operators

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public enum PresenceOperator
Members
  Member nameValueDescription
IsPresent0 The value must not be null, empty, or missing
NotPresent1 The value must be null, empty, or missing
See Also