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