JAMS 6.x Help
ActionID Property


Gets the ActionID property. The value returned is the ID of a JAMS Job or Setup. Use the ActionType to determine if this value is a Job or Setup ID.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
<CompareOptionsAttribute(True)>
Public Property ActionID As System.Integer
'Usage
 
Dim instance As TriggerAction
Dim value As System.Integer
 
instance.ActionID = value
 
value = instance.ActionID
[System.Xml.Serialization.XmlIgnore()]
[CompareOptions(true)]
public System.int ActionID {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

TriggerAction Class
TriggerAction Members