NET Logging Library
AutoCreateTable Property (AzureTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > AzureTarget Class : AutoCreateTable Property
If true, the logging table will automatically be created when the first message is logged. The default is true.
Syntax
Public Property AutoCreateTable As Boolean
Dim instance As AzureTarget
Dim value As Boolean
 
instance.AutoCreateTable = value
 
value = instance.AutoCreateTable
public bool AutoCreateTable {get; set;}
public:
property bool AutoCreateTable {
   bool get();
   void set (    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

AzureTarget Class
AzureTarget Members