DatabaseCopyStatusEntry.LogPathIsOnMountedFolder property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property LogPathIsOnMountedFolder As Nullable(Of Boolean)
Get
Friend Set
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of Boolean)
value = instance.LogPathIsOnMountedFolder
public Nullable<bool> LogPathIsOnMountedFolder { get; internal set; }
Property value
Type: System.Nullable<Boolean>
See also
Reference
DatabaseCopyStatusEntry members
Microsoft.Exchange.Management.SystemConfigurationTasks namespace