'Declaration
<System.ComponentModel.CategoryAttribute("PGP Authentication")> <System.ComponentModel.DescriptionAttribute("Specifies the JAMS server which the JAMS user resides on (will default to current server)")> Public Property JAMSServer As System.String
'Usage
Dim instance As PGPDecrypt Dim value As System.String instance.JAMSServer = value value = instance.JAMSServer
[System.ComponentModel.Category("PGP Authentication")] [System.ComponentModel.Description("Specifies the JAMS server which the JAMS user resides on (will default to current server)")] public System.string JAMSServer {get; set;}