adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobExecutionTimes Class / JobName Property

In This Topic
    JobName Property (JobExecutionTimes)
    In This Topic
    THe name of the job
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property JobName As String
    [DataMember()]
    public string JobName {get; set;}
    See Also