Click or drag to resize

SimpleGatewaySendAlertsToServer Property

Gets the Server(s) to send alerts to.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "send-alerts-to-server")]
public MembershipChangeTracking<string> SendAlertsToServer { get; }
Request Example View Source

Property Value

Type: MembershipChangeTrackingString
The Server(s) to send alerts to.
See Also