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