Click or drag to resize
LinkedInHelperBirthDate Property

Note: This API is now obsolete.

User date of birth.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("This property is obsolete and will be removed in the next version. Use code LinkedInProfile.BirthDate?.ToDateTime() instead. LinkedInProfile is returned as an output parameter of CheckStatus method")]
public DateTime BirthDate { get; set; }

Property Value

Type: DateTime
See Also