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