'Declaration Public Shared Property LogConsole As System.Boolean
'Usage Dim value As System.Boolean Logger.LogConsole = value value = Logger.LogConsole
public static System.bool LogConsole {get; set;}
public: __property static System.bool get_LogConsole(); public: __property static void set_LogConsole( System.bool value );
public: static property System.bool LogConsole { System.bool get(); void set ( System.bool value); }
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
Logger Class Logger Members