IAppointmentParticipant.Address Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Platform::String ^ Address { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Address();
void Address(winrt::hstring value);
public string Address { get; set; }
var string = iAppointmentParticipant.address;
iAppointmentParticipant.address = string;
Public Property Address As String
Property Value
The address of a participant of an appointment.
Windows requirements
App capabilities |
appointmentsSystem
|