SearchParametersType.TraversalSpecified Property
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 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.