SuggestionsViewOptionsType.GoodThresholdSpecified Property

The GoodThresholdSpecified property gets or sets a Boolean value that specified whether the GoodThreshold property was serialized into the SOAP message. This property must be specified if the GoodThreshold property is specified.

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

Syntax

'Declaration
Public Property GoodThresholdSpecified As Boolean
    Get
    Set
'Usage
Dim instance As SuggestionsViewOptionsType
Dim value As Boolean

value = instance.GoodThresholdSpecified

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

Property Value

Type: System.Boolean
The GoodThresholdSpecified property returns true if the GoodThreshold property is serialized into the SOAP message; otherwise, the property returns false.