adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / ResponseActionSubClasses Class / JobControlAction Property


In This Topic
    JobControlAction Property
    In This Topic
    Returns the object as a JobControlAction
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobControlAction As JobControlAction
    public JobControlAction JobControlAction {get;}
    public:
    property JobControlAction^ JobControlAction {
       JobControlAction^ get();
    }
    Remarks
    If IsJobControlAction is true this property returns the object cast as a JobControlAction. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also