LoggingSettingsNode.DefaultCategory 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 default category.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.dll)
Syntax
'Declaration
<EditorAttribute(GetType(ReferenceEditor), GetType(UITypeEditor))> _
<ReferenceTypeAttribute(GetType(CategoryTraceSourceNode))> _
PublicPropertyDefaultCategoryAs CategoryTraceSourceNode
[EditorAttribute(typeof(ReferenceEditor), typeof(UITypeEditor))]
[ReferenceTypeAttribute(typeof(CategoryTraceSourceNode))]
public CategoryTraceSourceNode DefaultCategory { get; set; }
[EditorAttribute(typeof(ReferenceEditor), typeof(UITypeEditor))]
[ReferenceTypeAttribute(typeof(CategoryTraceSourceNode))]
public:
property CategoryTraceSourceNode^ DefaultCategory {
CategoryTraceSourceNode^ get ();
voidset (CategoryTraceSourceNode^ value);
}
publicfunction getDefaultCategory () : CategoryTraceSourceNode
publicfunction setDefaultCategory (value : CategoryTraceSourceNode)
Field Value
The default category.
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design 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. |