Scheduler for WinRT
AppointmentType Property


Gets or sets custom text value associated with this object.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property AppointmentType As String
'Usage
 
Dim instance As Appointment
Dim value As String
 
instance.AppointmentType = value
 
value = instance.AppointmentType
[DefaultValue()]
public string AppointmentType {get; set;}
Remarks

This property is serialized with other appointment properties. You can use this property to show customized content or perform different actions depending on the property value. This property is serialized into different formats and it is saved into underlying data source if mapping for Appointment Properties is set.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.