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;}
    [DataMember()]
    public:
    property String^ JobName {
       String^ get();
       void set (    String^ value);
    }
    See Also