다음을 통해 공유


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

적용 대상