AppointmentProperties.DefaultProperties 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 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
A list of names for the default appointment properties.
Windows requirements
App capabilities |
appointmentsSystem
|