UserWindowsUserName Property |
The Windows (Active Directory) user, to which this login is bound. The user will be allowed to login only when the client machine is logged in Active Directory with the specified user.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string WindowsUserName { get; set; }
Public Property WindowsUserName As String
Get
Set
public:
property String^ WindowsUserName {
String^ get ();
void set (String^ value);
}
member WindowsUserName : string with get, set
Property Value
Type:
String
See Also