IDataSourceUserName Property |
Gets the user name used for login.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxReadOnly Property UserName As String
Get
property String^ UserName {
String^ get ();
}
abstract UserName : string with get
Property Value
Type:
String
The user login name.
See Also