DriveConnectionLocalName Property |
The last available drive letter used for this connection.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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