JAMS Developer Guide
CurrentDirectory Property


MVPSI.JAMS.Activities Namespace > FileTransferSessionGetCurrentDirectory Class : CurrentDirectory Property
Specifies the variable used to store the current directory
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Result")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the variable used to store the current directory")>
Public Property CurrentDirectory As System.Activities.OutArgument(Of String)
'Usage
 
Dim instance As FileTransferSessionGetCurrentDirectory
Dim value As System.Activities.OutArgument(Of String)
 
instance.CurrentDirectory = value
 
value = instance.CurrentDirectory
[System.ComponentModel.Category("Result")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Description("Specifies the variable used to store the current directory")]
public System.Activities.OutArgument<string> CurrentDirectory {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

FileTransferSessionGetCurrentDirectory Class
FileTransferSessionGetCurrentDirectory Members