 | 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
SyntaxNullable<bool> IsActiveDirectoryUser { get; set; }
Property IsActiveDirectoryUser As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IsActiveDirectoryUser (Utiliser l'Active Directory pour authentifier l'utilisateur) column of the EbpSysUser (Utilisateurs) table.
See Also