Click or drag to resize

AccessLayerContentAwareness Property

Whether Content Awareness blade is enabled on this layer.

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

Property Value

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