Gets the proxy rules for the current project.
Syntax
Property Value
Type: System.String
The proxy rules for the current project.
Example
The following example uses
ProxyRules property of "project".
| C# | Copy Code |
|---|
// get the proxy rules of the current project
string proxyRules = project.ProxyRules; |
| PHP | Copy Code |
|---|
// get the proxy rules of the current project
$proxyRules = $project->ProxyRules; |
Requirements
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven
See Also