| PresenceOperator Enumeration | 
            A list of possible presence comparison operators
            
 
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntaxpublic enum PresenceOperator
Public Enumeration PresenceOperator
public enum class PresenceOperator
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | IsPresent | 0 | 
            The value must not be null, empty, or missing
             | 
 | NotPresent | 1 | 
            The value must be null, empty, or missing
             | 
See Also