NotType.Item Property
The Item property gets or sets the negated search expression.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item As SearchExpressionType
Get
Set
'Usage
Dim instance As NotType
Dim value As SearchExpressionType
value = instance.Item
instance.Item = value
public SearchExpressionType Item { get; set; }
Property Value
Type: ExchangeWebServices.SearchExpressionType
The Item property returns a SearchExpressionType object.
Remarks
The Item property can be set with any of the following types:
See Also