Geofence.Id プロパティ

定義

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

プロパティ値

String

Platform::String

winrt::hstring

ジオフェンスの ID。

Windows の要件

アプリの機能
location

注釈

ID の長さは 63 文字に制限されています。

Id 値は、同じアプリケーションとユーザーに関連付けられているすべてのジオフェンス間で一意である必要があります。

適用対象