I was looking at your previous post and what we are trying to do is disable accounts but we want DTM to check if the account is already disabled in AD and if so do not touch the record.
Your previous post said to do the following:
Cast DTM.Destination to a DirectoryEntry and then you can access all the account's properties to make decisions.
Dim destination As DirectoryEntry = CType(DTM.Destination, DirectoryServices.DirectoryEntry)