Share via


StorageProviderMoreInfoUI.Message Property

Definition

The MoreInfoUI section's message.

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

void Message(winrt::hstring value);
public string Message { get; set; }
var string = storageProviderMoreInfoUI.message;
storageProviderMoreInfoUI.message = string;
Public Property Message As String

Property Value

String

Platform::String

winrt::hstring

Applies to

See also