DriveConnectionLocalName Property |
The last available drive letter used for this connection.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string LocalName { get; }
Public ReadOnly Property LocalName As String
Get
public:
property String^ LocalName {
String^ get ();
}
member LocalName : string with get
Property Value
Type:
StringThe last available drive letter used for this connection.
See Also