QuickLink.Id Property

Definition

Specifies an ID for the QuickLink. Your app receives this ID when the user selects its QuickLink. You can use this ID to further customize the sharing process for the user.

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

void Id(winrt::hstring value);
public string Id { get; set; }
var string = quickLink.id;
quickLink.id = string;
Public Property Id As String

Property Value

String

Platform::String

winrt::hstring

Specifies the ID for the QuickLink.

Applies to