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