JAMS Developer Guide
CreationDate Property


MVPSI.JAMS.Activities Namespace > FileTransferSessionGetFileCreationDate Class : CreationDate 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 CreationDate As System.Activities.OutArgument(Of Date)
'Usage
 
Dim instance As FileTransferSessionGetFileCreationDate
Dim value As System.Activities.OutArgument(Of Date)
 
instance.CreationDate = value
 
value = instance.CreationDate
[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<DateTime> CreationDate {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

FileTransferSessionGetFileCreationDate Class
FileTransferSessionGetFileCreationDate Members