Gets and sets the job number for this inspection report.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property JobNumber As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.String
instance.JobNumber = value
value = instance.JobNumber |
C# | |
---|
System.string JobNumber {get; set;} |
C++/CLI | |
---|
property System.String^ JobNumber {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Job number
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS