Scheduler for WinRT
CustomData Property


Gets or sets custom text associated with this object.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property CustomData As String
'Usage
 
Dim instance As Appointment
Dim value As String
 
instance.CustomData = value
 
value = instance.CustomData
[DefaultValue()]
public string CustomData {get; set;}
Remarks
This property is serialized with other appointment properties. It isn't used by the scheduler, use it to keep your data associated with appointment. 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.