'Declaration
<System.ComponentModel.CategoryAttribute("LOCAL")> <System.ComponentModel.DescriptionAttribute("The Local Directory where the SYM Data File will be")> Public Property LocalDirectory As System.Activities.InArgument(Of String)
'Usage
Dim instance As LetterFileToPC Dim value As System.Activities.InArgument(Of String) instance.LocalDirectory = value value = instance.LocalDirectory
[System.ComponentModel.Category("LOCAL")] [System.ComponentModel.Description("The Local Directory where the SYM Data File will be")] public System.Activities.InArgument<string> LocalDirectory {get; set;}