LogEntry.CategoriesStrings 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. |
Category names used to route the log entry to a one or more trace listeners. This readonly property is available to support WMI queries
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
PublicReadOnlyPropertyCategoriesStringsAs String()
public string[] CategoriesStrings { get; }
public:
propertyarray<String^>^ CategoriesStrings {
array<String^>^ get ();
}
publicfunction getCategoriesStrings () : String[]
See Also
Microsoft.Practices.EnterpriseLibrary.Logging 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. |