Share via


MeetingRequestMessageType.EndSpecified Property

The EndSpecified property gets or sets a Boolean value that specifies whether the End property is serialized into the SOAP message. This property is required if the End property is specified.

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

Syntax

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

value = instance.EndSpecified

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

Property Value

Type: System.Boolean
The EndSpecified returns true if the End property is serialized into the SOAP message; otherwise, the property returns false.