Property UserInfo
UserInfo
Gets the username of the user who triggered the QAction.
string UserInfo { get; }
Property Value
- string
The user name.
Remarks
Returns the userInfo on who triggered the QAction. This can be useful for write parameters if you want to know who did the set.
In case the "Full Name" field of the user has not been filled in, the content of the "Name" field of the user is returned.