ContactListSyncConstraints.MaxCompanyPhoneNumbers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可同步處理之公司電話號碼的最大數目。
public:
property IReference<int> ^ MaxCompanyPhoneNumbers { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> MaxCompanyPhoneNumbers();
void MaxCompanyPhoneNumbers(IReference<int> value);
public System.Nullable<int> MaxCompanyPhoneNumbers { get; set; }
var iReference = contactListSyncConstraints.maxCompanyPhoneNumbers;
contactListSyncConstraints.maxCompanyPhoneNumbers = iReference;
Public Property MaxCompanyPhoneNumbers As Nullable(Of Integer)
屬性值
可以同步處理的公司電話號碼數目上限。
Windows 需求
應用程式功能 |
contactsSystem
|