Share via


ExchangeServer.DataPath property

Gets the path to the local data.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property DataPath As LocalLongFullPath
    Get
'Usage
Dim instance As ExchangeServer
Dim value As LocalLongFullPath

value = instance.DataPath
public LocalLongFullPath DataPath { get; }

Property value

Type: Microsoft.Exchange.Data.LocalLongFullPath
The path to the local data.

See also

Reference

ExchangeServer class

ExchangeServer members

Microsoft.Exchange.Data.Directory.Management namespace