ReplicationCheckOutcome.Result Property
Namespace: Microsoft.Exchange.Monitoring
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property Result As ReplicationCheckResult
Get
Private Set
'Usage
Dim instance As ReplicationCheckOutcome
Dim value As ReplicationCheckResult
value = instance.Result
public ReplicationCheckResult Result { get; private set; }