SessionInfoNetName Property |
The Computer name or IP address that established the session.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string NetName { get; set; }
Public Property NetName As String
Get
Set
public:
property String^ NetName {
String^ get ();
void set (String^ value);
}
member NetName : string with get, set
Property Value
Type:
StringSee Also