JAMS Developer Guide
Message Property (SetJAMSStatus)


MVPSI.JAMS.Activities Namespace > SetJAMSStatus Class : Message Property
A message associated with the Icon change. This message is displayed as a tooltip over the Workflow entry's icon in the Monitor.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("A message associated with the Icon change. This message is displayed as a tooltip over the Workflow entry's icon in the Monitor.")>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Message As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As SetJAMSStatus
Dim value As System.Activities.InArgument(Of String)
 
instance.Message = value
 
value = instance.Message
[System.ComponentModel.Description("A message associated with the Icon change. This message is displayed as a tooltip over the Workflow entry's icon in the Monitor.")]
[System.ComponentModel.Browsable(false)]
public System.Activities.InArgument<string> Message {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

SetJAMSStatus Class
SetJAMSStatus Members