FileUpdateRequest.UserInputNeededMessage 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 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
A message to the user indicating that user input is needed to complete the FileUpdateRequest.