TrustedApplicationImpersonateAsInternalUserAllowed Property |
Allows the application to request login from internal users and operate on their behalf. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ImpersonateAsInternalUserAllowed { get; set; }
Public Property ImpersonateAsInternalUserAllowed As Boolean
Get
Set
public:
property bool ImpersonateAsInternalUserAllowed {
bool get ();
void set (bool value);
}
member ImpersonateAsInternalUserAllowed : bool with get, set
Property Value
Type:
Boolean
See Also