TestMigrationServerAvailabilityResult.ConnectionSettings Property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property ConnectionSettings As ExchangeConnectionSettings
Get
Set
'Usage
Dim instance As TestMigrationServerAvailabilityResult
Dim value As ExchangeConnectionSettings
value = instance.ConnectionSettings
instance.ConnectionSettings = value
public ExchangeConnectionSettings ConnectionSettings { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Storage.Management.ExchangeConnectionSettings