i try
var gb_count = project.GlobalVariables["[email protected]", "facebook*"];
return gb_count;
or
var gb_count = project.GlobalVariables["[email protected]", facebook*];
var gb_count = project.GlobalVariables["[email protected]", *];
var gb_count = project.GlobalVariables["[email protected]"];
all not work.
i need all [email protected] namespace Variables name.
THX!
var gb_count = project.GlobalVariables["[email protected]", "facebook*"];
return gb_count;
or
var gb_count = project.GlobalVariables["[email protected]", facebook*];
var gb_count = project.GlobalVariables["[email protected]", *];
var gb_count = project.GlobalVariables["[email protected]"];
all not work.
i need all [email protected] namespace Variables name.
THX!