Partilhar via


SystemDiagnosticsTraceListenerNode.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 listener type.

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

Syntax

'Declaration
<EditorAttribute(GetType(TypeSelectorEditor), GetType(UITypeEditor))> _
<BaseTypeAttribute(GetType(TraceListener))> _
<RequiredAttribute> _
PublicPropertyTypeAs String
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[BaseTypeAttribute(typeof(TraceListener))]
[RequiredAttribute]
public string Type { get; set; }
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[BaseTypeAttribute(typeof(TraceListener))]
[RequiredAttribute]
public:
property String^ Type {
    String^ get ();
    voidset (String^ value);
}
publicfunction getType () : String
publicfunction setType (value : String)

Field Value

The type of the listener type.

See Also

SystemDiagnosticsTraceListenerNode Class

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.TraceListeners 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.