adTempus API
ArcanaDevelopment.adTempus.Client Namespace / IVariableUpdateTaskOrAction Interface / TargetObject Property


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

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

    See Also