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