adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / Name Property


In This Topic
    Name Property (JobQueue)
    In This Topic
    The name of the Queue.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The Name must be unique. The Default queue cannot be renamed
    See Also