adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / TagList Property


In This Topic
    TagList Property (ExecutionHistoryItem)
    In This Topic
    A comma-delimited list of tags assigned to the instance
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TagList As String
    public string TagList {get;}
    public:
    property String^ TagList {
       String^ get();
    }
    See Also