Click or drag to resize

ObjectSummaryTDomain Property

Information about the domain the object belongs to.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "domain", ObjectCreationHandling = ObjectCreationHandling.Replace)]
public Domain Domain { get; }
Request Example View Source

Property Value

Type: Domain
The domain.

Implements

IObjectSummaryDomain
Remarks
Requires DetailLevel of at least Standard
See Also