NET Logging Library
LoggingId Property



KellermanSoftware.NetLoggingLibrary Namespace > TargetResponse Class : LoggingId Property
When logging into a database, this is the id from the database
Syntax
Public Property LoggingId As Long
Dim instance As TargetResponse
Dim value As Long
 
instance.LoggingId = value
 
value = instance.LoggingId
public long LoggingId {get; set;}
public:
property int64 LoggingId {
   int64 get();
   void set (    int64 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

TargetResponse Class
TargetResponse Members