EnterpriseLibraryLoggingTypeSource.Categories Property |
Gets or sets the collection that will be assigned to the Categories() property
of the LogEntry class. Unless the GetCategories option
has been changed, this property caches the result of the GetCategories() method.
Namespace: PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary
Assembly: PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary (in PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary.dll) Version: 6.6.14.0 (6.6.14.0)

C#
public ReadOnlyCollection<string> Categories { get; }
Property Value
Type: ReadOnlyCollection<String>