Scheduler for WinRT
SetAppointmentProperties Method


The System.String value containing XML encoding of appointment properties.
Reconstructs appointment properties from the specified string.
Syntax
'Declaration
 
Public Function SetAppointmentProperties( _
   ByVal source As String _
) As Boolean
'Usage
 
Dim instance As Appointment
Dim source As String
Dim value As Boolean
 
value = instance.SetAppointmentProperties(source)
public bool SetAppointmentProperties( 
   string source
)

Parameters

source
The System.String value containing XML encoding of appointment properties.

Return Value

True if appointment has been changed.
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.