MVPSI.JAMS Namespace > Setup Class : FailShort Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Notification")> <System.ComponentModel.DescriptionAttribute("If set to true, when a setup is determined to be a short setup, the completion severity will be changed to failure.")> <System.ComponentModel.DefaultValueAttribute()> Public Property FailShort As System.Boolean
'Usage
Dim instance As Setup Dim value As System.Boolean instance.FailShort = value value = instance.FailShort
[System.ComponentModel.Category("Notification")] [System.ComponentModel.Description("If set to true, when a setup is determined to be a short setup, the completion severity will be changed to failure.")] [System.ComponentModel.DefaultValue()] public System.bool FailShort {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