Share via


WindowsActionAttribute.NegativeFeedbackUri Property

Definition

Gets or initializes the URI for negative user feedback.

public:
 property Platform::String ^ NegativeFeedbackUri { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NegativeFeedbackUri();

void NegativeFeedbackUri(winrt::hstring value);
public string? NegativeFeedbackUri { get; init; }
var string = windowsActionAttribute.negativeFeedbackUri;
windowsActionAttribute.negativeFeedbackUri = string;
Public Property NegativeFeedbackUri As String

Property Value

The URI for negative user feedback.

Applies to