ShareInfoServerName Property |
A pointer to a string that specifies the DNS or NetBIOS name of the remote server on which the shared resource resides.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string ServerName { get; }
Public ReadOnly Property ServerName As String
Get
public:
property String^ ServerName {
String^ get ();
}
member ServerName : string with get
Property Value
Type:
StringRemarks A value of "*" indicates no configured server name.
See Also