'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> <System.ComponentModel.DescriptionAttribute("Use Secure Ciphers?")> Public Property UseSecureCiphers As System.Boolean
'Usage
Dim instance As ForEachAttachment Dim value As System.Boolean instance.UseSecureCiphers = value value = instance.UseSecureCiphers
[System.ComponentModel.Category("Configuration")] [System.ComponentModel.Description("Use Secure Ciphers?")] public System.bool UseSecureCiphers {get; set;}