NET Caching Library Help
LogCustom Property




KellermanSoftware.NetCachingLibrary Namespace > Logger Class : LogCustom Property
Property Get/Set for Log Custom
Syntax
'Declaration
 
Public Shared Property LogCustom As System.Boolean
'Usage
 
Dim value As System.Boolean
 
Logger.LogCustom = value
 
value = Logger.LogCustom
public static System.bool LogCustom {get; set;}
public: __property static System.bool get_LogCustom();
public: __property static void set_LogCustom( 
   System.bool value
);
public:
static property System.bool LogCustom {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Logger Class
Logger Members