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