'Declaration
<System.ComponentModel.CategoryAttribute("SYM")> <System.ComponentModel.DescriptionAttribute("UserName for the SYM server (Use when overriding the value in the SymConfig Activity)")> Public Property UserName As System.Activities.InArgument(Of String)
'Usage
Dim instance As PCToFile Dim value As System.Activities.InArgument(Of String) instance.UserName = value value = instance.UserName
[System.ComponentModel.Category("SYM")] [System.ComponentModel.Description("UserName for the SYM server (Use when overriding the value in the SymConfig Activity)")] public System.Activities.InArgument<string> UserName {get; set;}