Accusoft.FSInvoices1.Net - Updated
LoggingEnabled Property




Accusoft.FSInvoices Namespace > ILogService Interface : LoggingEnabled Property
Gets and sets flag that specifies whether logging is enabled.
Syntax
'Declaration
 
Property LoggingEnabled As Boolean
'Usage
 
Dim instance As ILogService
Dim value As Boolean
 
instance.LoggingEnabled = value
 
value = instance.LoggingEnabled
bool LoggingEnabled {get; set;}
__property bool get_LoggingEnabled();
__property void set_LoggingEnabled( 
   bool value
);
property bool LoggingEnabled {
   bool get();
   void set (    bool value);
}
See Also

Reference

ILogService Interface
ILogService Members