adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / ScriptHostInterface Class / JobID Property


In This Topic
    JobID Property (ScriptHostInterface)
    In This Topic
    Gets the unique ID for the job definition.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Shared ReadOnly Property JobID As String
    [CanBeNull()]
    public static string JobID {get;}
    [CanBeNull()]
    public:
    static property String^ JobID {
       String^ get();
    }
    See Also