adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobStep Class / Task Property

In This Topic
    Task Property (JobStep)
    In This Topic
    The Task that the step executes
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Task As Task
    [CanBeNull()]
    public Task Task {get; set;}
    See Also