EdbFilePath.IsPathInRootDirectory Property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property IsPathInRootDirectory As Boolean
Get
'Usage
Dim instance As EdbFilePath
Dim value As Boolean
value = instance.IsPathInRootDirectory
public bool IsPathInRootDirectory { get; }
Property Value
Type: System.Boolean