MeetingRequestMessageType.EndSpecified Property
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.
See Also