ConnectedServiceWizard.PreviousAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets an Action delegate for Previous
public:
property Action ^ PreviousAction { void set(Action ^ value); };
public Action PreviousAction { set; }
member this.PreviousAction : Action
Public Property PreviousAction As Action