JAMS Developer Guide
EventId Property


MVPSI.JAMSScheduler Namespace > SchedulerEventArgs Class : EventId Property
Gets or sets the SchedulerEventId for this event
Syntax
'Declaration
 
Public Property EventId As SchedulerEventId
'Usage
 
Dim instance As SchedulerEventArgs
Dim value As SchedulerEventId
 
instance.EventId = value
 
value = instance.EventId
public SchedulerEventId EventId {get; 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

SchedulerEventArgs Class
SchedulerEventArgs Members