CustomerCreationUser Property |
Login name of the user, who created the Customer. [Filter(like)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CreationUser { get; set; }
Public Property CreationUser As String
Get
Set
public:
property String^ CreationUser {
String^ get ();
void set (String^ value);
}
member CreationUser : string with get, set
Property Value
Type:
String
See Also