MVPSI.JAMS.Activities Namespace > Submit Class : FinalSeverity Property |
'Declaration
<System.ComponentModel.DescriptionAttribute("The completion severity of the job")> <System.ComponentModel.CategoryAttribute("Results")> Public Property FinalSeverity As System.Activities.OutArgument(Of Integer)
'Usage
Dim instance As Submit Dim value As System.Activities.OutArgument(Of Integer) instance.FinalSeverity = value value = instance.FinalSeverity
[System.ComponentModel.Description("The completion severity of the job")] [System.ComponentModel.Category("Results")] public System.Activities.OutArgument<int> FinalSeverity {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