'Declaration
<System.ComponentModel.CategoryAttribute("PGP Authentication")> <System.ComponentModel.DescriptionAttribute("Specifies the JAMS user to use (overrides Passphrase property)")> Public Property JAMSUsername As System.String
'Usage
Dim instance As PGPDecrypt Dim value As System.String instance.JAMSUsername = value value = instance.JAMSUsername
[System.ComponentModel.Category("PGP Authentication")] [System.ComponentModel.Description("Specifies the JAMS user to use (overrides Passphrase property)")] public System.string JAMSUsername {get; set;}