SearchParametersType.TraversalSpecified Property

Definition

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

public:
 property bool TraversalSpecified { bool get(); void set(bool value); };
public bool TraversalSpecified { get; set; }
Public Property TraversalSpecified As Boolean

Property Value

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

Applies to