Jaa


TextFormatterNode.Template 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.

Gets the Template for the formatter.

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

Syntax

'Declaration
<RequiredAttribute> _
PublicPropertyTemplateAs Template
[RequiredAttribute]
public Template Template { get; set; }
[RequiredAttribute]
public:
property Template^ Template {
    Template^ get ();
    voidset (Template^ value);
}
publicfunction getTemplate () : Template
publicfunction setTemplate (value : Template)

Field Value

The Template for the formatter.

See Also

TextFormatterNode Class

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

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.