GlobalCurrentUserName Property |
Gets the name of the current user logged to Windows
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static string CurrentUserName { get; }
Public Shared ReadOnly Property CurrentUserName As String
Get
public:
static property String^ CurrentUserName {
String^ get ();
}
static member CurrentUserName : string with get
Property Value
Type:
String
The name of the current user.
See Also