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


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