Accusoft.FSInvoices1.Net - Updated
LogService Property




Accusoft.FSInvoices Namespace > Processor Class : LogService Property
Gets and sets the log service for receiving log information.
Syntax
'Declaration
 
Public Property LogService As ILogService
'Usage
 
Dim instance As Processor
Dim value As ILogService
 
instance.LogService = value
 
value = instance.LogService
public ILogService LogService {get; set;}
public: __property ILogService* get_LogService();
public: __property void set_LogService( 
   ILogService* value
);
public:
property ILogService^ LogService {
   ILogService^ get();
   void set (    ILogService^ value);
}
Remarks
Leave null if not using a log service.
See Also

Reference

Processor Class
Processor Members