GetComputerRestorePoint.RestorePoint Property

Definition

Provides access to the RestorePoint parameter.

public:
 property System::Activities::InArgument<cli::array <int> ^> ^ RestorePoint { System::Activities::InArgument<cli::array <int> ^> ^ get(); void set(System::Activities::InArgument<cli::array <int> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<int[]> RestorePoint { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.RestorePoint : System.Activities.InArgument<int[]> with get, set
Public Property RestorePoint As InArgument(Of Integer())

Property Value

Attributes

Applies to