ErrorDetails.RecommendedAction 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.
Text describing the recommended action in the event that this error occurs. This is empty unless the code which generates the error specifies it explicitly.
public:
property System::String ^ RecommendedAction { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ RecommendedAction { Platform::String ^ get(); void set(Platform::String ^ value); };
public string RecommendedAction { get; set; }
member this.RecommendedAction : string with get, set
Public Property RecommendedAction As String
Property Value
Remarks
This should be a grammatically correct localized text string. This may be left empty.