'Declaration
<System.ComponentModel.CategoryAttribute("SYM")> <System.ComponentModel.DescriptionAttribute("Server Directory beneath the '/SYMnnn/' Folder")> Public Property ServerDirectory As System.Activities.InArgument(Of String)
'Usage
Dim instance As PCToFile Dim value As System.Activities.InArgument(Of String) instance.ServerDirectory = value value = instance.ServerDirectory
[System.ComponentModel.Category("SYM")] [System.ComponentModel.Description("Server Directory beneath the '/SYMnnn/' Folder")] public System.Activities.InArgument<string> ServerDirectory {get; set;}