TestMigrationServerAvailabilityOutcome.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 TestMigrationServerAvailabilityOutcome
Dim value As ExchangeConnectionSettings
value = instance.ConnectionSettings
instance.ConnectionSettings = value
public ExchangeConnectionSettings ConnectionSettings { get; set; }
Property value
Type: Microsoft.Exchange.Data.Storage.Management.ExchangeConnectionSettings
See also
Reference
TestMigrationServerAvailabilityOutcome class