'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the JAMS Server Name.")> <System.ComponentModel.CategoryAttribute("JAMS")> Public Property ServerName As System.Activities.InArgument(Of String)
'Usage
Dim instance As SubmitEntry Dim value As System.Activities.InArgument(Of String) instance.ServerName = value value = instance.ServerName
[System.ComponentModel.Description("Specifies the JAMS Server Name.")] [System.ComponentModel.Category("JAMS")] public System.Activities.InArgument<string> ServerName {get; set;}