RestorePointType Enum

Definition

Defines values for RestorePointType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RestorePointType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RestorePointType = 
Public Enum RestorePointType
Inheritance
RestorePointType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

CONTINUOUS 0
DISCRETE 1

Applies to