Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. data.Properties[vocab.AddedAt] = input.AddedAt.PrintIfAvailable();
  2. data.Properties[vocab.Vid] = input.Vid.PrintIfAvailable();
  3. data.Properties[vocab.CanonicalVid] = input.CanonicalVid.PrintIfAvailable();
  4. data.Properties[vocab.PortalId] = input.PortalId.PrintIfAvailable();
  5. data.Properties[vocab.IsContact] = input.IsContact.PrintIfAvailable();
  6. data.Properties[vocab.ProfileToken] = input.ProfileToken.PrintIfAvailable();
  7. data.Properties[vocab.ProfileUrl] = input.ProfileUrl.PrintIfAvailable();
  8. data.Properties[vocab.Firstname] = input.Firstname.PrintIfAvailable();
  9. data.Properties[vocab.Lastmodifieddate] = input.Lastmodifieddate.PrintIfAvailable();
  10. data.Properties[vocab.Company] = input.Company.PrintIfAvailable();
  11. data.Properties[vocab.Lastname] = input.Lastname.PrintIfAvailable();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement