WindowsActionAttribute.PositiveFeedbackUri 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 positive user feedback.
public:
property Platform::String ^ PositiveFeedbackUri { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PositiveFeedbackUri();
void PositiveFeedbackUri(winrt::hstring value);
public string? PositiveFeedbackUri { get; init; }
var string = windowsActionAttribute.positiveFeedbackUri;
windowsActionAttribute.positiveFeedbackUri = string;
Public Property PositiveFeedbackUri As String
Property Value
The URI for positive user feedback.