Click or drag to resize

NetworkObjectsPagingResultsTObjects Property

How much details are returned depends on the details-level field of the request. This table shows the level of detail shown when details-level is set to standard.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "objects", DefaultValueHandling = DefaultValueHandling.Ignore, 
	NullValueHandling = NullValueHandling.Ignore)]
public List<T> Objects { get; }
Request Example View Source

Property Value

Type: ListT
See Also