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