Share via


FaultEvent.SetAppVersion(String) Method

Definition

Set the bucket parameter attributed to the fault's reported app version as processed in Watson and elsewhere. This is automatically set in most instances. You should only change the reported app version in very special circumstances where the app reporting telemetry isn't also the app experiencing the fault.

public:
 void SetAppVersion(System::String ^ appVersion);
public void SetAppVersion (string appVersion);
member this.SetAppVersion : string -> unit
Public Sub SetAppVersion (appVersion As String)

Parameters

appVersion
String

The version of the application

Applies to