Click or drag to resize

ObjectSummaryTType Property

Type of the object.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "type")]
public abstract string Type { get; }
Request Example View Source

Property Value

Type: String
The type.

Implements

IObjectSummaryType
See Also