ContactItemType.BirthdaySpecified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.