PrintCopiesOptionDetails.Description Property

Definition

Gets or sets the description of the print copies option.

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

void Description(winrt::hstring value);
public string Description { get; set; }
var string = printCopiesOptionDetails.description;
printCopiesOptionDetails.description = string;
Public Property Description As String

Property Value

String

Platform::String

winrt::hstring

String containing the description.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Applies to