Class TermMapping
Inheritance
System.Object
TermMapping
Namespace: PnP.Framework.Modernization.Entities
Assembly: PnP.Framework.dll
Syntax
public class TermMapping : object
Properties
SourceTerm
Declaration
public string SourceTerm { get; set; }
Property Value
System.String
|
TargetTerm
Declaration
public string TargetTerm { get; set; }
Property Value
System.String
|