AppointmentProperties.DetailsKind 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 format of the appointment details, plain text or HTML.
public:
static property Platform::String ^ DetailsKind { Platform::String ^ get(); };
static winrt::hstring DetailsKind();
public static string DetailsKind { get; }
var string = AppointmentProperties.detailsKind;
Public Shared ReadOnly Property DetailsKind As String
Property Value
The format of the appointment details, plain text or HTML.
Windows requirements
App capabilities |
appointmentsSystem
|