FindAppointmentsOptions.FetchProperties Property

Definition

Gets the list of appointment property names that will be populated with data in the find appointment query results.

public:
 property IVector<Platform::String ^> ^ FetchProperties { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> FetchProperties();
public IList<string> FetchProperties { get; }
var iVector = findAppointmentsOptions.fetchProperties;
Public ReadOnly Property FetchProperties As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of appointment property names.

Windows requirements

App capabilities
appointmentsSystem

Remarks

The following properties are always returned from a find appointment query, even if they are not explicitly specified in the FetchProperties list.

The list of valid properties is documented in the AppointmentProperties class.

Applies to

See also