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