'Declaration
<System.ComponentModel.CategoryAttribute("Alternate 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 FTPSession Dim value As System.String instance.JAMSServer = value value = instance.JAMSServer
[System.ComponentModel.Category("Alternate 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;}