ContactItemType.BirthdaySpecified Property

Definition

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.

public:
 property bool BirthdaySpecified { bool get(); void set(bool value); };
public bool BirthdaySpecified { get; set; }
Public Property BirthdaySpecified As Boolean

Property Value

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

Applies to