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