MVPSI.JAMS.Activities Namespace > SetJAMSStatus Class : JobStatus Property |
'Declaration
<System.ComponentModel.DescriptionAttribute("A status message to display for the Workflow entry in the Monitor.")> <System.ComponentModel.BrowsableAttribute(False)> Public Property JobStatus As System.Activities.InArgument(Of String)
'Usage
Dim instance As SetJAMSStatus Dim value As System.Activities.InArgument(Of String) instance.JobStatus = value value = instance.JobStatus
[System.ComponentModel.Description("A status message to display for the Workflow entry in the Monitor.")] [System.ComponentModel.Browsable(false)] public System.Activities.InArgument<string> JobStatus {get; set;}
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