PrintCustomItemDetails.ItemDisplayName 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 display name of the custom print task option item.
public:
property Platform::String ^ ItemDisplayName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ItemDisplayName();
void ItemDisplayName(winrt::hstring value);
public string ItemDisplayName { get; set; }
var string = printCustomItemDetails.itemDisplayName;
printCustomItemDetails.itemDisplayName = string;
Public Property ItemDisplayName As String
Property Value
The display name of the option item.