Click or drag to resize

NetworkBroadcastInclusion Property

Gets or sets is broadcast address is included.

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

Property Value

Type: NullableBoolean
The broadcast inclusion.
Exceptions
ExceptionCondition
ArgumentNullExceptionBroadcastInclusion
Remarks
Requires DetailLevel of Full
See Also