LoggingDatabaseNode.Formatter Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Gets or sets the formatter to use.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Database.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging.Database.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Logging.Database.Configuration.Design.dll)

Syntax

'Declaration
<ReferenceTypeAttribute(GetType(FormatterNode))> _
Public Property Formatter As FormatterNode
[ReferenceTypeAttribute(typeof(FormatterNode))]
public FormatterNode Formatter { get; set; }
[ReferenceTypeAttribute(typeof(FormatterNode))]
public:
property FormatterNode^ Formatter {
    FormatterNode^ get ();
    void set (FormatterNode^ value);
}
public function get Formatter () : FormatterNode
public function set Formatter (value : FormatterNode)

Field Value

The formatter to use.

See Also

LoggingDatabaseNode Class

Microsoft.Practices.EnterpriseLibrary.Logging.Database.Configuration.Design Namespace