Click or drag to resize

IUserEntityIsActiveDirectoryUser Property

Gets or sets 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
Nullable<bool> IsActiveDirectoryUser { get; set; }

Property Value

Type: NullableBoolean
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