JAMS Developer Guide
ZipFileLocation Property


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

UnzipFiles Class
UnzipFiles Members