Click or drag to resize

WhereUsedUsedDirectly Property

Gets the direct usage results.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "used-directly")]
public WhereUsedWhereUsedResults UsedDirectly { get; }
Request Example View Source

Property Value

Type: WhereUsedWhereUsedResults
The direct usage results.
See Also