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

In This Topic
    TargetObject Property (VariableUpdateTask)
    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;}
    See Also