LongPath.DriveName property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property DriveName As String
Get
'Usage
Dim instance As LongPath
Dim value As String
value = instance.DriveName
public string DriveName { get; }
Property value
Type: System.String