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: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback