JAMS Developer Guide
FromPath Property


MVPSI.JAMS.Activities Namespace > FileTransferSessionRename Class : FromPath Property
Path to rename file from
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.DescriptionAttribute("Path to rename file from")>
Public Property FromPath As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As FileTransferSessionRename
Dim value As System.Activities.InArgument(Of String)
 
instance.FromPath = value
 
value = instance.FromPath
[System.ComponentModel.Category("Configuration")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Description("Path to rename file from")]
public System.Activities.InArgument<string> FromPath {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

FileTransferSessionRename Class
FileTransferSessionRename Members