 | NetworkShareAccessorUserName Property |
Gets or sets the name of the user.
Namespace:
Koden.Utils.IO
Assembly:
Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntaxpublic string UserName { get; set; }
Public Property UserName As String
Get
Set
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}
member UserName : string with get, set
Property Value
Type:
String
The name of the user.
See Also