JAMS Developer Guide
Icon Property (SetJAMSStatus)


MVPSI.JAMS.Activities Namespace > SetJAMSStatus Class : Icon Property
The Icon that should be set for the Workflow entry.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The Icon that should be set for the Workflow entry.")>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Icon As System.String
'Usage
 
Dim instance As SetJAMSStatus
Dim value As System.String
 
instance.Icon = value
 
value = instance.Icon
[System.ComponentModel.Description("The Icon that should be set for the Workflow entry.")]
[System.ComponentModel.Browsable(false)]
public System.string Icon {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