Class FirewallRules
Inheritance
System.Object
FirewallRules
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class FirewallRules
Constructors
FirewallRules()
Declaration
public FirewallRules()
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 |