JAMS Developer Guide
EventName Property


MVPSI.JAMS.Activities Namespace > ProtectedEvent Class : EventName Property
The name of the Event.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("JAMS")>
Public Property EventName As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As ProtectedEvent
Dim value As System.Activities.InArgument(Of String)
 
instance.EventName = value
 
value = instance.EventName
[System.ComponentModel.Category("JAMS")]
public System.Activities.InArgument<string> EventName {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

ProtectedEvent Class
ProtectedEvent Members