TestMigrationServerAvailabilityOutcome.Message property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property Message As LocalizedString
Get
Set
'Usage
Dim instance As TestMigrationServerAvailabilityOutcome
Dim value As LocalizedString
value = instance.Message
instance.Message = value
public LocalizedString Message { get; set; }
Property value
Type: Microsoft.Exchange.Data.Common.LocalizedString
See also
Reference
TestMigrationServerAvailabilityOutcome class