ContactListSyncConstraints.MaxCompanyPhoneNumbers プロパティ

定義

同期できる会社の電話番号の最大数を取得または設定します。

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

適用対象