JAMS 6.x Help
FullFilename Property (SetupJobReport)


Gets or Sets a valid file name for the Report. The use of this property is determined by the template definitions. The default JAMS template uses this value as the base for a report's file name and any missing parts are replaced as follows:
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<CompareOptionsAttribute(True)>
Public Property FullFilename As System.String
'Usage
 
Dim instance As SetupJobReport
Dim value As System.String
 
instance.FullFilename = value
 
value = instance.FullFilename
[System.ComponentModel.DefaultValue()]
[CompareOptions(true)]
public System.string FullFilename {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

SetupJobReport Class
SetupJobReport Members