JAMS Developer Guide
LocalFileName Property (PCToLetterFile)


MVPSI.JAMS.Sym.Activities Namespace > PCToLetterFile Class : LocalFileName Property
Local File Name of the Letter File to send to the '/SYMnnn/LETTERSPECS' Directory on the SYM Server
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("LOCAL")>
<System.ComponentModel.DescriptionAttribute("Local File Name of the Letter File to send to the '/SYMnnn/LETTERSPECS' Directory on the Server")>
<System.Activities.RequiredArgumentAttribute()>
Public Property LocalFileName As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As PCToLetterFile
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 Letter File to send to the '/SYMnnn/LETTERSPECS' Directory on the Server")]
[System.Activities.RequiredArgument()]
public System.Activities.InArgument<string> LocalFileName {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PCToLetterFile Class
PCToLetterFile Members