JAMS Developer Guide
TempFilename Property


MVPSI.JAMS Namespace > Entry Class : TempFilename Property
Gets the full path to this Entry's temp file.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
<System.ComponentModel.CategoryAttribute("Execution")>
Public Property TempFilename As System.String
'Usage
 
Dim instance As Entry
Dim value As System.String
 
instance.TempFilename = value
 
value = instance.TempFilename
[System.Runtime.Serialization.DataMember()]
[System.ComponentModel.Category("Execution")]
public System.string TempFilename {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

Entry Class
Entry Members