'Declaration
<System.ComponentModel.CategoryAttribute("SYM")> <System.ComponentModel.DescriptionAttribute("Name of the Letter File to Delete in the '/SYMnnn/LETTERSPECS' Directory on the SYM Server")> <System.Activities.RequiredArgumentAttribute()> Public Property ServerFileName As System.Activities.InArgument(Of String)
'Usage
Dim instance As DeleteLetterFile Dim value As System.Activities.InArgument(Of String) instance.ServerFileName = value value = instance.ServerFileName
[System.ComponentModel.Category("SYM")] [System.ComponentModel.Description("Name of the Letter File to Delete in the '/SYMnnn/LETTERSPECS' Directory on the SYM Server")] [System.Activities.RequiredArgument()] public System.Activities.InArgument<string> ServerFileName {get; set;}