| UserIDGeneratorParametersSubstitutionRules Property |
Contains a set of substitution rules.
Any occurences of the strings will be substituted with the substitution-string.
Example: if the letter "Æ" should be substituted with "AE" this combination should be added.
Casing is disregarded - ex. "æ" means both "æ" and "Æ".
Namespace:
Omada.OE.Solution.OIM.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic StrStrDictionary SubstitutionRules { get; }
Property Value
Type:
StrStrDictionary
See Also