Share via


Contact.Birthdays Property

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property Birthdays As IEnumerable(Of DateTime)
public IEnumerable<DateTime> Birthdays { get; }
public:
property IEnumerable<DateTime>^ Birthdays {
    IEnumerable<DateTime>^ get ();
}
member Birthdays : IEnumerable<DateTime> with get

Property Value

Type: System.Collections.Generic.IEnumerable<DateTime>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Contact Class

Microsoft.Phone.UserData Namespace