'Declaration
<System.ComponentModel.CategoryAttribute("Mode")> <System.ComponentModel.DescriptionAttribute("Specifies whether to use passive mode")> <System.Activities.RequiredArgumentAttribute()> Public Property UsePassive As System.Boolean
'Usage
Dim instance As FtpDownload Dim value As System.Boolean instance.UsePassive = value value = instance.UsePassive
[System.ComponentModel.Category("Mode")] [System.ComponentModel.Description("Specifies whether to use passive mode")] [System.Activities.RequiredArgument()] public System.bool UsePassive {get; set;}