AppointmentProperties.DefaultProperties Property

Definition

Gets a list of names for the default appointment properties.

public:
 static property IVector<Platform::String ^> ^ DefaultProperties { IVector<Platform::String ^> ^ get(); };
static IVector<winrt::hstring> DefaultProperties();
public static IList<string> DefaultProperties { get; }
var iVector = AppointmentProperties.defaultProperties;
Public Shared ReadOnly Property DefaultProperties As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of names for the default appointment properties.

Windows requirements

App capabilities
appointmentsSystem

Applies to