'Declaration
<System.ComponentModel.CategoryAttribute("Security")> <System.ComponentModel.DescriptionAttribute("Allow TLS 1.2?")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.DisplayNameAttribute("AllowTLS1.2")> Public Property AllowTLS12 As System.Boolean
'Usage
Dim instance As FTPSession Dim value As System.Boolean instance.AllowTLS12 = value value = instance.AllowTLS12
[System.ComponentModel.Category("Security")] [System.ComponentModel.Description("Allow TLS 1.2?")] [System.Activities.RequiredArgument()] [System.ComponentModel.DisplayName("AllowTLS1.2")] public System.bool AllowTLS12 {get; set;}