EventRecord.Task Property
Applies to: Semantic Logging Application Block 1.0
Gets or sets the task for the event.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public int Task { get; set; }
'Declaration
Public Property Task As Integer
Get
Set
public:
property int Task {
int get ();
void set (int value);
}
Property Value
Type: Int32
The task for the event.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace