AsyncEnumerator.AsyncResult Property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Property AsyncResult As AsyncResult
Get
Protected Set
'Usage
Dim instance As AsyncEnumerator
Dim value As AsyncResult
value = instance.AsyncResult
instance.AsyncResult = value
public AsyncResult AsyncResult { get; protected set; }
Property Value
See Also