ICard3BirthDate Property
IT Hit WebDAV Classes Reference
Gets or sets the birth date of the object the business card represents.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IDate3 BirthDate { get; set; }
Property BirthDate As IDate3
Get
Set
property IDate3^ BirthDate {
IDate3^ get ();
void set (IDate3^ value);
}
abstract BirthDate : IDate3 with get, set
Property Value
Type:
IDate3Remarks http://tools.ietf.org/html/rfc6350#section-6.2.5
See Also