ICard2BirthDate 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 IDate2 BirthDate { get; set; }
Property BirthDate As IDate2
Get
Set
property IDate2^ BirthDate {
IDate2^ get ();
void set (IDate2^ value);
}
abstract BirthDate : IDate2 with get, set
Property Value
Type:
IDate2Remarks http://tools.ietf.org/html/rfc6350#section-6.2.5
See Also