Share via


SearchParametersType.TraversalSpecified Property

The TraversalSpecified property gets or sets a Boolean value that specifies whether the Traversal property is serialized into the SOAP message.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property TraversalSpecified As Boolean
    Get
    Set
'Usage
Dim instance As SearchParametersType
Dim value As Boolean

value = instance.TraversalSpecified

instance.TraversalSpecified = value
public bool TraversalSpecified { get; set; }

Property Value

Type: System.Boolean
The TraversalSpecified property returns a value of true if the Traversal property is serialized into the SOAP message; otherwise, the property returns false.