Geofence.Id 属性

定义

地理围栏的 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 值在与同一应用程序和用户关联的所有地理围栏中必须是唯一的。

适用于