Click or drag to resize

SimpleGatewayInterfaces Property

Gets the interfaces.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "interfaces")]
public ListChangeTracking<Interface> Interfaces { get; }
Request Example View Source

Property Value

Type: ListChangeTrackingInterface
The interfaces.
Remarks
Requires DetailLevel of Full
See Also