AsyncResult<T>.Result Property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Property Result As T
Get
Friend Set
'Usage
Dim instance As AsyncResult
Dim value As T
value = instance.Result
public T Result { get; internal set; }
Property Value
Type: T