JAMS 6.x Help
ReportID Property (SetupJobReport)


Gets the Report ID, which is an identifier used to name a report. It must be unique within a Job. Set this property via the Report property in this same class.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
<CompareOptionsAttribute(True)>
Public ReadOnly Property ReportID As System.String
'Usage
 
Dim instance As SetupJobReport
Dim value As System.String
 
value = instance.ReportID
[System.Xml.Serialization.XmlIgnore()]
[CompareOptions(true)]
public System.string ReportID {get;}
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