FreeBusyViewOptionsType.MergedFreeBusyIntervalInMinutesSpecified Property

The MergedFreeBusyIntervalInMinutesSpecified property gets or sets a Boolean value that specifies whether the MergedFreeBusyIntervalInMinutes property is serialized into the Simple Object Access Protocol (SOAP) request. This property is required if the MergedFreeBusyIntervalInMinutes property is set. This is a read/write property.

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

Syntax

'Declaration
Public Property MergedFreeBusyIntervalInMinutesSpecified As Boolean
    Get
    Set
'Usage
Dim instance As FreeBusyViewOptionsType
Dim value As Boolean

value = instance.MergedFreeBusyIntervalInMinutesSpecified

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

Property Value

Type: System.Boolean
The MergedFreeBusyIntervalInMinutesSpecified property returns true if the MergedFreeBusyIntervalInMinutes property is serialized into the Simple Object Access Protocol (SOAP) request; otherwise, the property returns false.