'Declaration
<System.ComponentModel.CategoryAttribute("LOCAL")> <System.ComponentModel.DescriptionAttribute("Local Directory of the Data File to send to the '/SYMnnn/DATAFILES' Directory on the SYM Server")> Public Property LocalDirectory As System.Activities.InArgument(Of String)
'Usage
Dim instance As PCToDataFile Dim value As System.Activities.InArgument(Of String) instance.LocalDirectory = value value = instance.LocalDirectory
[System.ComponentModel.Category("LOCAL")] [System.ComponentModel.Description("Local Directory of the Data File to send to the '/SYMnnn/DATAFILES' Directory on the SYM Server")] public System.Activities.InArgument<string> LocalDirectory {get; set;}