Click or drag to resize
FacebookUserProfileBirthday Property
Gets or sets user's birthday.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public Nullable<DateTime> Birthday { get; set; }

Property Value

Type: NullableDateTime
See Also