API Reference
Class
RestorePointInfo
System restore point row from root\default:SystemRestore.
Inheritance
- Object
- RestorePointInfo
Constructors
public RestorePointInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> SequenceNumber { get; set; } #Restore point sequence number.
public String Description { get; set; } #Restore point description.
public Nullable<DateTime> CreatedUtc { get; set; } #Restore point creation timestamp in UTC when available.
public Nullable<Int32> EventType { get; set; } #Restore point event type code.
public Nullable<Int32> RestorePointType { get; set; } #Restore point type code.