Click or drag to resize

ObjectSummaryTDetailLevel Property

Gets the current detail level of retrieved objects. You will not be able to get the values of some properties if the detail level is too low. You can still set property values however to override existing values.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public DetailLevels DetailLevel { get; }
Request Example View Source

Property Value

Type: DetailLevels
The current detail level.

Implements

IObjectSummaryDetailLevel
See Also