JAMS Developer Guide
FileLength Property


MVPSI.JAMS.Activities Namespace > FileTransferSessionGetFileLength Class : FileLength Property
Specifies the variable used to store the file's creation date
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the variable used to store the file's creation date")>
Public Property FileLength As System.Activities.OutArgument(Of Long)
'Usage
 
Dim instance As FileTransferSessionGetFileLength
Dim value As System.Activities.OutArgument(Of Long)
 
instance.FileLength = value
 
value = instance.FileLength
[System.ComponentModel.Category("Configuration")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Description("Specifies the variable used to store the file's creation date")]
public System.Activities.OutArgument<long> FileLength {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

FileTransferSessionGetFileLength Class
FileTransferSessionGetFileLength Members