MVPSI.JAMS Namespace > Setup Class : ResubmitOnError Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Schedule")> <System.ComponentModel.DescriptionAttribute("When set to true, a repeating setup will be resubmitted even when it fails.")> <System.ComponentModel.DefaultValueAttribute()> Public Property ResubmitOnError As System.Boolean
'Usage
Dim instance As Setup Dim value As System.Boolean instance.ResubmitOnError = value value = instance.ResubmitOnError
[System.ComponentModel.Category("Schedule")] [System.ComponentModel.Description("When set to true, a repeating setup will be resubmitted even when it fails.")] [System.ComponentModel.DefaultValue()] public System.bool ResubmitOnError {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