Share via


Appointment.Uri Property

Definition

Gets the Uniform Resource Identifier (Uri) for the appointment. Allows the Calendar app to perform an association launch to go back to the source app or other URI that represents this appointment.

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
Uri Uri();

void Uri(Uri value);
public System.Uri Uri { get; set; }
var uri = appointment.uri;
appointment.uri = uri;
Public Property Uri As Uri

Property Value

The URI for the appointment.

Windows requirements

App capabilities
appointmentsSystem

Applies to