FindAppointmentsOptions.FetchProperties 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.
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
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.