OpenConnectionInfoNetName Property |
Specifies either the server's shared resource name or the Computer name or IP address of the client. The value of this member depends on which name was specified as the qualifier parameter to the function.
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