Click or drag to resize

IUserEntityIsActiveDirectoryUserMember Property

Gets if the user is from the active directory

(Utiliser l'Active Directory pour authentifier l'utilisateur)

Namespace:  EBP.Api.Interfaces.Framework.BusinessLogic.User
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
IReadOnlyBoolEntityMember IsActiveDirectoryUserMember { get; }

Property Value

Type: IReadOnlyBoolEntityMember
Remarks
This entity member is bound to the IsActiveDirectoryUser (Utiliser l'Active Directory pour authentifier l'utilisateur) column of the EbpSysUser (Utilisateurs) table.
See Also