ZennoLab Assemblies Documentation
ProxyRules Property
Example 
Gets the proxy rules for the current project.
Syntax
string ProxyRules {get;}

Property Value

Type: System.String

The proxy rules for the current project.

Example
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;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback