<div class="content" name="RPC_PrintNamedProperty" uuid="31bdf528-9b89-47f9-823b-a45bbc877716"><p>The <b>RPC_PrintNamedProperty</b> structure specifies a Job
Named Property (section <span><a href="1bd61448-db4b-4284-a4b1-8346732402d4" data-linktype="relative-path">3.1.1</a></span>).<a id="Appendix_A_Target_81"></a><a aria-label="Product behavior note 81" href="e81cbc09-ab05-4a32-ae4a-8ec57b436c43#Appendix_A_81" data-linktype="relative-path">&lt;81&gt;</a></p><dl>
<dd>
<div><pre> typedef struct {
   [string] wchar_t* propertyName;
   RPC_PrintPropertyValue propertyValue;
 } RPC_PrintNamedProperty;
</pre></div>
</dd></dl><p><b>propertyName:</b> A pointer to a string
containing the name of the property.</p><p><b>propertyValue:</b> An <b>RPC_PrintPropertyValue</b>
structure (section <span><a href="2ed84045-2026-4696-b2e2-63dbffdc6d21" data-linktype="relative-path">2.2.1.14.1)</a></span>
containing the value of the property.</p></div>