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


In This Topic
    Name Property (Job)
    In This Topic
    The user-supplied name for the job
    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 within the parent JobGroup. However, the name is not used by adTempus to uniquely identify the job; the OID is used for this. Changing the Name has no effect on links to other objects within adTempus.
    See Also