'Declaration
<System.ComponentModel.CategoryAttribute("PGP")> <System.ComponentModel.DescriptionAttribute("Level of compression to use, 0 to 9.")> <System.ComponentModel.DefaultValueAttribute()> Public Property CompressionLevel As System.Integer
'Usage
Dim instance As PGPEncrypt Dim value As System.Integer instance.CompressionLevel = value value = instance.CompressionLevel
[System.ComponentModel.Category("PGP")] [System.ComponentModel.Description("Level of compression to use, 0 to 9.")] [System.ComponentModel.DefaultValue()] public System.int CompressionLevel {get; set;}