Partager via


AttendeeType.LastResponseTimeSpecified Property

The LastResponseTimeSpecified property gets or sets a Boolean value that indicates whether the LastResponseTime property is serialized into the SOAP message. This property is required if the LastResponseTime property is specified.

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

Syntax

'Declaration
Public Property LastResponseTimeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As AttendeeType
Dim value As Boolean

value = instance.LastResponseTimeSpecified

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

Property Value

Type: System.Boolean
The LastResponseTimeSpecified property returns true if the LastResponseTime property is serialized in the SOAP message; otherwise, the property returns false.