Share via


EventTextFormatter.Header Property

Applies to: Semantic Logging 2.0

Gets or sets the header.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public string Header { get; set; }
'Declaration
Public Property Header As String
    Get
    Set

Property Value

Type: String
The header of the text formatter.

See Also

EventTextFormatter Class

EventTextFormatter Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace