'Declaration
Public Property InnerResult As IAsyncResult
'Usage
Dim instance As AsyncResultBase Dim value As IAsyncResult instance.InnerResult = value value = instance.InnerResult
public IAsyncResult InnerResult {get; set;}
public: property IAsyncResult^ InnerResult { IAsyncResult^ get(); void set ( IAsyncResult^ value); }