EventRecord.Version Property
Applies to: Semantic Logging Application Block 1.0
Gets or sets the event version.
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 Version { get; set; }
'Declaration
Public Property Version As Integer
Get
Set
public:
property int Version {
int get ();
void set (int value);
}
Property Value
Type: Int32
The event version.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace