PrintTicketFeature.DisplayName Property

Definition

Gets the friendly name of the print ticket feature.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = printTicketFeature.displayName;
Public ReadOnly Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The friendly name string.

Remarks

This property should be used for UI display.

Applies to