Scheduler for WinRT
GetAppointmentProperties Method


Returns XML encoding of appointment properties.
Syntax
'Declaration
 
Public Function GetAppointmentProperties() As String
'Usage
 
Dim instance As Appointment
Dim value As String
 
value = instance.GetAppointmentProperties()
public string GetAppointmentProperties()

Return Value

The System.String value containing XML encoding of appointment properties.
Remarks
Use this property to get the same string as serialized value of appointment properties, which you get when set mapping for AppointmentProperties.
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.