Rules.Exists Method

Tungsten Suite

RulesExists Method

Checks if a particular rule exists

Namespace:  W.Firewall
Assembly:  Tungsten.Firewall (in Tungsten.Firewall.dll) Version: 2.0.0
Syntax
C#
public static bool Exists(
	string ruleName
)

Parameters

ruleName
Type: SystemString
The name of the rule to check

Return Value

Type: Boolean
True if the rule exists, otherwise false
See Also