adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobTriggerTarget Class / TargetVariable Property


In This Topic
    TargetVariable Property (JobTriggerTarget)
    In This Topic
    The name of the variable to match against when the TargetInstance uses a variable
    Syntax
    'Declaration
     
    
    Public Property TargetVariable As String
    public string TargetVariable {get; set;}
    public:
    property String^ TargetVariable {
       String^ get();
       void set (    String^ value);
    }
    See Also