Jaa


CustomFormatterNode.Type 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 or sets the Type of the custom 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
<BaseTypeAttribute(GetType(LogFormatter), GetType(CustomFormatterData))> _
<EditorAttribute(GetType(TypeSelectorEditor), GetType(UITypeEditor))> _
<RequiredAttribute> _
PublicPropertyTypeAs String
[BaseTypeAttribute(typeof(LogFormatter), typeof(CustomFormatterData))]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
public string Type { get; set; }
[BaseTypeAttribute(typeof(LogFormatter), typeof(CustomFormatterData))]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
public:
property String^ Type {
    String^ get ();
    voidset (String^ value);
}
publicfunction getType () : String
publicfunction setType (value : String)

Field Value

The Type of the custom formatter.

See Also

CustomFormatterNode 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.