OpenConnectionInfoNetName Property |
String that specifies either the share name of the server's shared resource or the computername of the client. The value of this member depends on which name was specified as the qualifier parameter to the NetConnectionEnum function.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string NetName { get; }
Public ReadOnly Property NetName As String
Get
public:
property String^ NetName {
String^ get ();
}
member NetName : string with get
Property Value
Type:
StringSee Also