<div class="content" name="UserProperty" uuid="9d72873c-f3b9-4a7c-9e1b-fa7ab0181b24"><p>The UserProperty structure is used to define a single
name/value pair.</p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="16">MaxVersion</td>
  <td colspan="16">MinVersion</td>
 </tr>
 <tr>
  <td colspan="32">Name (variable)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
 <tr>
  <td colspan="16">vt</td>
  <td colspan="16">unused (14 bytes)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
 <tr>
  <td colspan="32">Value (variable)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
</tbody></table><p><b>MaxVersion (2 bytes): </b>The major version number
for this UserProperty format; this field MUST be set to 0x0001.</p><p><b>MinVersion (2 bytes): </b>The minor version number
for this UserProperty format; this field MUST be set to 0x0001.</p><p><b>Name (variable): </b>A <a href="3b4a0b42-33ce-4729-aca4-baaba0d13a08" data-linktype="relative-path">LengthPrefixedName (section
2.2.1)</a> containing the name of the UserProperty.</p><p><b>vt (2 bytes): </b>The type of data contained in <b>Value</b>.
It MUST be set to one of the following values:</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>vt value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x0008</td>
  <td>A LengthPrefixedName.</td>
 </tr><tr>
  <td>0x0009</td>
  <td>An OBJREF ([MS-DCOM] section 2.2.18) with an iid field that MUST be set to IID_IUnknown ([MS-DCOM] section 1.9).</td>
 </tr><tr>
  <td>0x000D</td>
  <td>An OBJREF ([MS-DCOM] section 2.2.18) with an iid field that MUST be set to IID_IDispatch ([MS-OAUT] section 1.9).</td>
 </tr></tbody></table>
</dd></dl><p><b>unused (14 bytes): </b>SHOULD be set to zero, and
MUST be ignored upon receipt.<a id="Appendix_A_Target_1"></a><a aria-label="Product behavior note 1" href="9b3fcb5a-e117-49a0-87c9-6884535e83bd#Appendix_A_1" data-linktype="relative-path">&lt;1&gt;</a></p><p><b>Value (variable): </b>MUST contain the data for
this name/value pair, as specified by the <b>vt</b> field.</p></div>