Scheduler for WinRT
Action Property (Appointment)


Gets an Action object for the Appointment object. Once this property is first requested, a new Action object is created and assigned to the Action property.
Syntax
'Declaration
 
Public Property Action As Action
'Usage
 
Dim instance As Appointment
Dim value As Action
 
instance.Action = value
 
value = instance.Action
public Action Action {get; set;}
Remarks
The Action object contains information regarding the type of action to perform as well as the command and parameters to pass to the action. If the action object is enabled, the action will be invoked when the start date and time of the owning Appointment object has occurred.
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.