Click or drag to resize

MetaInfoValidationState Property

Gets the state of the validation.

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

Property Value

Type: ValidationStates
The state of the validation.
See Also