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