UnconfirmedExportHologram Property of the MIIS_CSObject Class

The UnconfirmedExportHologram property gets an XML representation of the latest view of an object in the connected directory. The XML representation shows changes to an object that has been exported to the connected directory but that has not yet been reimported.

Remarks

The format of the XML is described in the <hologram> topic.

Examples

The following example shows the XML representation of an object:

<entry dn="cn=Jeff, cn=A">
   <anchor encoding="base64">ZqXeAQI=</anchor>
     <primary-objectclass>user</primary-objectclass>
     <objectclass>
         <oc-value>top</oc-value>
         <oc-value>organizationalPerson</oc-value>
         <oc-value>user</oc-value>
     </objectclass>
     <dn-attr name="manager" multivalued="0">
         <dn-value>
            <dn>cn=Mary, cn=A</dn>
            <anchor encoding="base64">EsCCxQI=</anchor>
         </dn-value>
     </dn-attr>
     <attr name="salaried" type="boolean" multivalued="0">
         <value>true</value>
     </attr>
     <attr name="building" type="integer" multivalued="0">
         <value>40</value>
     </attr>
     <attr name="certificate" type="binary" multivalued="0">
        <value encoding="base64">EsC<entity type="hellip"/>CxQI=</value>
     </attr>
     <attr name="telephone" type="string" multivalued="1">
         <value>(425)-882-8080</value>
         <value>(425)-706-7789</value>
     </attr>
</entry> 

Requirements

Product ILM 2007 FP1
MOF Mmswmi.mof

See Also

MIIS_CSObject

Send comments about this topic to Microsoft

Build date: 2/16/2009