PrintCustomTextOptionDetails.ErrorText Property

Definition

Gets or sets the string for an error condition.

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

void ErrorText(winrt::hstring value);
public string ErrorText { get; set; }
var string = printCustomTextOptionDetails.errorText;
printCustomTextOptionDetails.errorText = string;
Public Property ErrorText As String

Property Value

String

Platform::String

winrt::hstring

String that describes the error condition.

Implements

Applies to