RemoteSystemApp.Id 속성

정의

이 애플리케이션의 고유 식별자입니다.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = remoteSystemApp.id;
Public ReadOnly Property Id As String

속성 값

String

Platform::String

winrt::hstring

고유한 문자열 식별자입니다.

적용 대상