ContactListSyncConstraints.CanSyncDescriptions プロパティ

定義

連絡先の説明を同期するかどうかを示すブール値を取得または設定します。

public:
 property bool CanSyncDescriptions { bool get(); void set(bool value); };
bool CanSyncDescriptions();

void CanSyncDescriptions(bool value);
public bool CanSyncDescriptions { get; set; }
var boolean = contactListSyncConstraints.canSyncDescriptions;
contactListSyncConstraints.canSyncDescriptions = boolean;
Public Property CanSyncDescriptions As Boolean

プロパティ値

Boolean

bool

true 連絡先の説明が同期される場合。それ以外の場合は false

Windows の要件

アプリの機能
contactsSystem

適用対象