'Declaration
<System.ComponentModel.CategoryAttribute("LOCAL")> <System.ComponentModel.DescriptionAttribute("Local File Name of the Edit File to send to the '/SYMnnn/REPORT' Directory on the Server")> <System.Activities.RequiredArgumentAttribute()> Public Property LocalFileName As System.Activities.InArgument(Of String)
'Usage
Dim instance As PCToEditFile Dim value As System.Activities.InArgument(Of String) instance.LocalFileName = value value = instance.LocalFileName
[System.ComponentModel.Category("LOCAL")] [System.ComponentModel.Description("Local File Name of the Edit File to send to the '/SYMnnn/REPORT' Directory on the Server")] [System.Activities.RequiredArgument()] public System.Activities.InArgument<string> LocalFileName {get; set;}