ContactItemType.BirthdaySpecified Property

The BirthdaySpecified property gets or sets a Boolean value that indicates whether the value of the Birthday property is serialized into the Web service request.

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

Syntax

'Declaration
Public Property BirthdaySpecified As Boolean
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As Boolean

value = instance.BirthdaySpecified

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

Property Value

Type: System.Boolean
The BirthdaySpecified property returns true if the Birthday property is serialized into the SOAP request; otherwise, the property returns false.