UsernameDomainSelectionMode
The UsernameDomainSelectionMode enumeration specifies the mode which the domain suffix selection restriction operates in.
Syntax
enum UsernameDomainSelectionMode
{
AlwaysUseDefault = 0, //0x0
AlwaysUseSpecific = 1, //0x1
ShowAll = 2, //0x2
ShowSpecific = 3, //0x3
HideSpecific = 4 //0x4
}
Constants
Requirements
Minimum required version: 2023
See also
- Managing property patterns
- IAdmPropertyPatternItem
- IAdmUsernamePropertyPatternItem
- IAdmUsernameDomainSelectionOptions