Click or drag to resize

AccessRuleEnabled Property

Enable/Disable the rule.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "enabled", ObjectCreationHandling = ObjectCreationHandling.Replace)]
public Nullable<bool> Enabled { get; set; }
Request Example View Source

Property Value

Type: NullableBoolean
Exceptions
ExceptionCondition
ArgumentNullExceptionEnabled
Remarks
Requires DetailLevel of Full
See Also