Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerAsyncOperation<T> Class : Error Property |
public DocumentViewerAsyncError<T> Error {get; set;}
'Declaration
Public Property Error As DocumentViewerAsyncError(Of T)
'Usage
Dim instance As DocumentViewerAsyncOperation(Of T) Dim value As DocumentViewerAsyncError(Of T) instance.Error = value value = instance.Error
public: property DocumentViewerAsyncError<T^>^ Error { DocumentViewerAsyncError<T^>^ get(); void set ( DocumentViewerAsyncError<T^>^ value); }