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