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


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