adTempus API
ArcanaDevelopment.adTempus.Client Namespace / VariableUpdateAction Class / TargetObject Property


In This Topic
    TargetObject Property (VariableUpdateAction)
    In This Topic
    The object to be updated if the UpdateScope is VariableUpdateScope.Targeted.
    Syntax
    'Declaration
     
    
    Public Property TargetObject As ADTObject
    public ADTObject TargetObject {get; set;}
    public:
    property ADTObject^ TargetObject {
       ADTObject^ get();
       void set (    ADTObject^ value);
    }
    Remarks

    The TargetObject must be an object type that supports Job Variables,

    See Also