TargetVariable Property (DatabaseOperationTask)
In This Topic
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property TargetVariable As String
[CanBeNull()]
public string TargetVariable {get; set;}
[CanBeNull()]
public:
property String^ TargetVariable {
String^ get();
void set ( String^ value);
}
See Also