JAMS Developer Guide
LocalDirectory Property (DataFileToPC)


MVPSI.JAMS.Sym.Activities Namespace > DataFileToPC Class : LocalDirectory Property
The Local Directory where the SYM Data File will be
Syntax
'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 DataFileToPC
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;}
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

DataFileToPC Class
DataFileToPC Members