PrintCollationOptionDetails.ErrorText 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 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 = printCollationOptionDetails.errorText;
printCollationOptionDetails.errorText = string;
Public Property ErrorText As String
Property Value
String that describes the error condition.