Click or drag to resize

AccessRuleSourceNegate Property

True if negate is set for source.

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

Property Value

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