JAMS Developer Guide
Permanent Property (SetJAMSStatus)


MVPSI.JAMS.Activities Namespace > SetJAMSStatus Class : Permanent Property
When true, the Icon change will persist through the Workflow entry's lifecycle. The Icon can still be changed by other "Permanent" requests.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When true, the Icon change will persist through the Workflow entry's lifecycle. The Icon can still be changed by other "Permanent" requests.")>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Permanent As System.Boolean
'Usage
 
Dim instance As SetJAMSStatus
Dim value As System.Boolean
 
instance.Permanent = value
 
value = instance.Permanent
[System.ComponentModel.Description("When true, the Icon change will persist through the Workflow entry's lifecycle. The Icon can still be changed by other "Permanent" requests.")]
[System.ComponentModel.Browsable(false)]
public System.bool Permanent {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