WindowsActionAttribute.NegativeFeedbackUri 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.
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.