'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;}