Share via


EventTextFormatter.Footer Property

Applies to: Semantic Logging 2.0

Gets or sets the footer.

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 Footer { get; set; }
'Declaration
Public Property Footer As String
    Get
    Set

Property Value

Type: String
The footer of the text formatter.

See Also

EventTextFormatter Class

EventTextFormatter Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace