PrintTask.Properties 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.
public:
property DataPackagePropertySet ^ Properties { DataPackagePropertySet ^ get(); };
DataPackagePropertySet Properties();
public DataPackagePropertySet Properties { get; }
var dataPackagePropertySet = printTask.properties;
Public ReadOnly Property Properties As DataPackagePropertySet
Property Value
The data package property set.
Remarks
As an example, the title of the print task that was provided when the print task was created is available as a property.