Share via


SystemDiagnosticsTraceListenerData.TypeName Property

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

Syntax

'Declaration
<EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime",  _
    "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
<DesignTimeReadOnlyAttribute(False)> _
<ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")> _
<BaseTypeAttribute(GetType(TraceListener))> _
<BrowsableAttribute(True)> _
Public Overrides Property TypeName As String
[EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", 
    "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignTimeReadOnlyAttribute(false)]
[ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")]
[BaseTypeAttribute(typeof(TraceListener))]
[BrowsableAttribute(true)]
public override string TypeName { get; set; }
[EditorAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", 
    L"System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignTimeReadOnlyAttribute(false)]
[ViewModelAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")]
[BaseTypeAttribute(typeof(TraceListener))]
[BrowsableAttribute(true)]
public:
virtual property String^ TypeName {
    String^ get () override;
    void set (String^ value) override;
}
public override function get TypeName () : String
public override function set TypeName (value : String)

See Also

SystemDiagnosticsTraceListenerData Class

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace