ToastNotificationActionTriggerDetail.UserInput 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 a value indicating the user's action.
public:
property ValueSet ^ UserInput { ValueSet ^ get(); };
ValueSet UserInput();
public ValueSet UserInput { get; }
var valueSet = toastNotificationActionTriggerDetail.userInput;
Public ReadOnly Property UserInput As ValueSet
Property Value
A value indicating the user's action.