Server.InstallPath Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property InstallPath As LocalLongFullPath
Get
'Usage
Dim instance As Server
Dim value As LocalLongFullPath
value = instance.InstallPath
public LocalLongFullPath InstallPath { get; }