इसके माध्यम से साझा किया गया


ContactListSyncConstraints.MaxBirthdayDates Property

Definition

Gets or sets the maximum number of birthday dates that can be synchronized.

public:
 property IReference<int> ^ MaxBirthdayDates { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> MaxBirthdayDates();

void MaxBirthdayDates(IReference<int> value);
public System.Nullable<int> MaxBirthdayDates { get; set; }
var iReference = contactListSyncConstraints.maxBirthdayDates;
contactListSyncConstraints.maxBirthdayDates = iReference;
Public Property MaxBirthdayDates As Nullable(Of Integer)

Property Value

The maximum number of birthday dates that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to