ISetupFailedPackageReference3.GetAction Method
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.
Gets the action attempted when the package failed.
public:
System::String ^ GetAction();
public:
Platform::String ^ GetAction();
std::wstring GetAction();
public string GetAction ();
abstract member GetAction : unit -> string
Public Function GetAction () As String
Returns
The action, eg. Install, Download, etc.