AsyncEnumerator.IsAborted Property

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public Property IsAborted As Boolean
    Get
    Private Set
'Usage
Dim instance As AsyncEnumerator
Dim value As Boolean

value = instance.IsAborted
public bool IsAborted { get; private set; }

Property Value

Type: System.Boolean