Click or drag to resize

GroupWithExclusionExcept Property

Get or sets the object this group excludes.

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

Property Value

Type: IObjectSummary
Remarks
Requires DetailLevel of Full
See Also