MVPSI.JAMS.Activities Namespace > IMAPSession Class : Timeout Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.DescriptionAttribute("The maximum number of seconds to wait before timing out (0 for default).")> Public Property Timeout As System.Integer
'Usage
Dim instance As IMAPSession Dim value As System.Integer instance.Timeout = value value = instance.Timeout
[System.ComponentModel.Category("Configuration")] [System.Activities.RequiredArgument()] [System.ComponentModel.Description("The maximum number of seconds to wait before timing out (0 for default).")] public System.int Timeout {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