Class FirewallRules
Inheritance
System.Object
FirewallRules
Assembly: BoldReports.Web.dll
Syntax
public class FirewallRules : Object
Constructors
FirewallRules()
Declaration
Properties
Action
Declaration
public string Action { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Port
Declaration
public string Port { get; set; }
Property Value
Type |
Description |
System.String |
|
URL
Declaration
public string URL { get; set; }
Property Value
Type |
Description |
System.String |
|