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