LongPath.PathName Property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property PathName As String
Get
Protected Set
'Usage
Dim instance As LongPath
Dim value As String
value = instance.PathName
instance.PathName = value
public string PathName { get; protected set; }
Property Value
Type: System.String