OpenResourceInfoUserName Property |
Specifies which user (on servers that have user-level security) or which computer (on servers that have share-level security) opened the resource.
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