Share via


MeetingRequestMessageType.StartSpecified Property

The StartSpecified property gets or sets a Boolean value that specifies whether the Start property is serialized into the SOAP response. This property is required if the Start property is specified.

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

Syntax

'Declaration
Public Property StartSpecified As Boolean
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As Boolean

value = instance.StartSpecified

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

Property Value

Type: System.Boolean
The StartSpecified property returns true if the Start property is serialized into the SOAP response; otherwise, the property returns false.