TrustedApplicationAuthorizationContextUser Property |
The user, whose permissions are granted to the application. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic User ContextUser { get; set; }
Public Property ContextUser As User
Get
Set
public:
property User^ ContextUser {
User^ get ();
void set (User^ value);
}
member ContextUser : User with get, set
Property Value
Type:
User
See Also