SuggestionsViewOptionsType.MaximumNonWorkHourResultsByDaySpecified Property

Definition

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.

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

Property Value

The MaximumNonWorkHourResultsByDaySpecified property returns true if the MaximumNonWorkHourResultsByDay property is serialized into the SOAP message; otherwise, the property returns false.

Applies to