Nevron .NET Vision
Nevron.UI Namespace / NThreadTimer Class / AutoReset Property


In This Topic
    AutoReset Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.Timers.TimersDescriptionAttribute("TimerAutoReset")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AutoReset As System.Boolean
    'Usage
     
    
    Dim instance As NThreadTimer
    Dim value As System.Boolean
     
    instance.AutoReset = value
     
    value = instance.AutoReset
    [System.ComponentModel.Category("Behavior")]
    [System.Timers.TimersDescription("TimerAutoReset")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AutoReset {get; set;}
    Requirements

    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

    See Also