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

In This Topic
    JobTags Property
    In This Topic
    The tags associated with the job (comma-separated)
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property JobTags As String
    [DataMember()]
    public string JobTags {get; set;}
    See Also