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, coni1_username describes which computer (computername) made the connection.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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