JAMS Developer Guide
OutputDirectory Property


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