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