SuggestionsViewOptionsType.MaximumNonWorkHourResultsByDaySpecified Property
The MaximumNonWorkHourResultsByDaySpecified property gets or sets a Boolean value that specified whether the MaximumNonWorkHourResultsByDay property was serialized into the SOAP message. This property must be specified if the MaximumNonWorkHourResultsByDay property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MaximumNonWorkHourResultsByDaySpecified As Boolean
Get
Set
'Usage
Dim instance As SuggestionsViewOptionsType
Dim value As Boolean
value = instance.MaximumNonWorkHourResultsByDaySpecified
instance.MaximumNonWorkHourResultsByDaySpecified = value
public bool MaximumNonWorkHourResultsByDaySpecified { get; set; }
Property Value
Type: System.Boolean
The MaximumNonWorkHourResultsByDaySpecified property returns true if the MaximumNonWorkHourResultsByDay property is serialized into the SOAP message; otherwise, the property returns false.