다음을 통해 공유


ContactConnectedServiceAccount.ServiceName 속성

정의

연락처에 연결된 서비스 계정의 서비스 이름을 가져오거나 설정합니다. 서비스 이름의 최대 문자열 길이는 256자입니다.

public:
 property Platform::String ^ ServiceName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ServiceName();

void ServiceName(winrt::hstring value);
public string ServiceName { get; set; }
var string = contactConnectedServiceAccount.serviceName;
contactConnectedServiceAccount.serviceName = string;
Public Property ServiceName As String

속성 값

String

Platform::String

winrt::hstring

연락처에 연결된 서비스 계정의 서비스 이름입니다. 서비스 이름의 최대 문자열 길이는 256자입니다.

Windows 요구 사항

앱 기능
contactsSystem

적용 대상