Click or drag to resize

DomainDomainType Property

Domain type.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "domain-type", DefaultValueHandling = DefaultValueHandling.Ignore, 
	NullValueHandling = NullValueHandling.Ignore, Order = 3)]
[DefaultValueAttribute("domain")]
public string DomainType { get; }
Request Example View Source

Property Value

Type: String
The type of the domain.
See Also