Click or drag to resize

InterfaceTopologySettings Property

Gets or sets the topology settings.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "topology-settings")]
public TopologySettings TopologySettings { get; set; }
Request Example View Source

Property Value

Type: TopologySettings
The topology settings.
See Also