'Declaration
<System.ComponentModel.CategoryAttribute("Connection Options")> <System.ComponentModel.DescriptionAttribute("Keeps the connection alive during transfers by sending a NOOP command.")> <System.Activities.RequiredArgumentAttribute()> Public Property KeepAlive As System.Boolean
'Usage
Dim instance As FTPSession Dim value As System.Boolean instance.KeepAlive = value value = instance.KeepAlive
[System.ComponentModel.Category("Connection Options")] [System.ComponentModel.Description("Keeps the connection alive during transfers by sending a NOOP command.")] [System.Activities.RequiredArgument()] public System.bool KeepAlive {get; set;}