TrustedApplicationImpersonateAsCommunityUserAllowed Property |
Allows the application to request login from external 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 ImpersonateAsCommunityUserAllowed { get; set; }
Public Property ImpersonateAsCommunityUserAllowed As Boolean
Get
Set
public:
property bool ImpersonateAsCommunityUserAllowed {
bool get ();
void set (bool value);
}
member ImpersonateAsCommunityUserAllowed : bool with get, set
Property Value
Type:
Boolean
See Also