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


In This Topic
    FullyQualifiedName Property (Job)
    In This Topic
    The fully-qualified name of the job (including the full path of the group)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FullyQualifiedName As String
    public string FullyQualifiedName {get;}
    public:
    property String^ FullyQualifiedName {
       String^ get();
    }
    Remarks
    For jobs in the root group, FullyQualifiedName is just the Name of the job. For jobs in groups below the root, the FullyQualifiedName is the full (backslash-delimited) path for the job (the FullyQualifiedName of the owning group plus the Name of the job
    See Also