JAMS Developer Guide
FileLocation Property


MVPSI.JAMS.Activities Namespace > ZipFiles Class : FileLocation Property
The File or Directory to Zip up
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the file or directory to Zip.")>
Public Property FileLocation As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As ZipFiles
Dim value As System.Activities.InArgument(Of String)
 
instance.FileLocation = value
 
value = instance.FileLocation
[System.ComponentModel.Description("Specifies the file or directory to Zip.")]
public System.Activities.InArgument<string> FileLocation {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

ZipFiles Class
ZipFiles Members