Microsoft Identity Integration Server 2003 Developer Reference

EventDetails Method of the MIIS_PasswordChangeQueue Class

The EventDetails method returns the password change history in XML format from the MIIS server. To use this method, you must be logged on as a member of either the MIISBrowse or the MIISAdmins security group.
String EventDetails();

Parameters

This method has no parameters.

Return Values

Returns the password change history in XML format from the MIIS server.

Remarks

The XML file that is returned is formatted with the following tags:

XML Element Name Description
<password-change-queue> This tag maps to the MIIS_PasswordChangeQueue class.
<cs-guid> This tag maps to the CsGuid property.
<dn> This tag maps to the DN property.
<guid> This tag maps to the GUID property.
<last-attempt-return-code> This tag maps to the LastAttemptReturnCode property.
<last-attempt-time> This tag maps to the LastAttemptTime property.
<ma-guid> This tag maps to the MaGuid property.
<miis-receive-time> This tag maps to the MIISReceiveTime property.
<cs-guid> This tag maps to the OriginatingCsGuid property.
<reference-guid> This tag maps to the ReferenceGuid property.
<retry-count> This tag maps to the RetryCount property.

Requirements

Server: Requires Microsoft Identity Integration Server 2003 Service Pack 1.
Header: Declared in mmswmi.mof.
Header: Declared in Mmstags.h (XML Tags).


See Also

MIIS_PasswordChangeQueue