NotType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The NotType class represents a search expression that negates the Boolean value of the search expression that it contains.
public ref class NotType : ExchangeWebServices::SearchExpressionType
public class NotType : ExchangeWebServices.SearchExpressionType
Public Class NotType
Inherits SearchExpressionType
- Inheritance
Constructors
NotType() |
The NotType constructor initializes a new instance of the NotType class. |
Properties
Item |
The Item property gets or sets the negated search expression. |