Gets the proxy rules for the current project.
Property Value
Type: System.String
The proxy rules for the current project.
The following example uses
ProxyRules property of "project".
// get the proxy rules of the current project
string proxyRules = project.ProxyRules;
// get the proxy rules of the current project
$proxyRules = $project->ProxyRules;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.