'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> Public Property ThrowErrorAfterExpired As System.Boolean
'Usage
Dim instance As TimeLimit Dim value As System.Boolean instance.ThrowErrorAfterExpired = value value = instance.ThrowErrorAfterExpired
[System.ComponentModel.Category("Configuration")] public System.bool ThrowErrorAfterExpired {get; set;}