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