adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / TaskSubClasses Class / VariableUpdateTask Property


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