Partilhar via


FreeBusyViewOptionsType.RequestedViewSpecified Property

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

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

Syntax

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

value = instance.RequestedViewSpecified

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

Property Value

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