FileUpdateRequest.UserInputNeededMessage Property

Definition

Gets or sets a message to the user indicating that user input is needed to complete the FileUpdateRequest.

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

void UserInputNeededMessage(winrt::hstring value);
public string UserInputNeededMessage { get; set; }
var string = fileUpdateRequest.userInputNeededMessage;
fileUpdateRequest.userInputNeededMessage = string;
Public Property UserInputNeededMessage As String

Property Value

String

Platform::String

winrt::hstring

A message to the user indicating that user input is needed to complete the FileUpdateRequest.

Applies to