Skip to main content

UserMappingMatch

  • Namespace: PPDS.Migration.UserMapping
  • Assembly: PPDS.Migration
  • Kind: Class

Summary

A matched user mapping.

Members

Properties

MatchedBy

string MatchedBy { get; set; }

Gets or sets how the match was determined.

Source

UserInfo Source { get; set; }

Gets or sets the source user.

Target

UserInfo Target { get; set; }

Gets or sets the target user.