OpenConnectionInfoUserName Property |
If the server sharing the resource is running with user-level security, the UserName member describes which user made the connection. If the server is running with share-level security, UserName describes which Computer (Computer name) made the connection.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string UserName { get; }
Public ReadOnly Property UserName As String
Get
public:
property String^ UserName {
String^ get ();
}
member UserName : string with get
Property Value
Type:
StringSee Also