GroupGroupForUser Property |
When Group_Type=U, contains the user for which the group is defined, null otherwise. [Filter(multi eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic User GroupForUser { get; set; }
Public Property GroupForUser As User
Get
Set
public:
property User^ GroupForUser {
User^ get ();
void set (User^ value);
}
member GroupForUser : User with get, set
Property Value
Type:
User
See Also