ZennoLab Assemblies Documentation
ProxyRules Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoPosterProjectModel Interface : ProxyRules Property

Glossary Item Box

Gets the proxy rules for the current project.

Syntax

C# 
string ProxyRules {get;}

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;
PHPCopy 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

© 2013 All Rights Reserved.