Click or drag to resize

InterfaceName Property

Gets or sets the interface name.

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

Property Value

Type: String
The interface name.
See Also