adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / JobGroupName Property


In This Topic
    JobGroupName Property (IScriptParameters)
    In This Topic
    The name of the group to which the job belongs.
    Syntax
    'Declaration
     
    
    ReadOnly Property JobGroupName As String
    string JobGroupName {get;}
    property String^ JobGroupName {
       String^ get();
    }
    See Also