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


In This Topic
    StepOID Property (IScriptParameters)
    In This Topic
    The object ID of the executing step.
    Syntax
    'Declaration
     
    
    ReadOnly Property StepOID As Nullable(Of Guid)
    Nullable<Guid> StepOID {get;}
    property Nullable<Guid> StepOID {
       Nullable<Guid> get();
    }
    See Also