Partilhar via


LogCallHandlerData.Categories 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.

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

Syntax

'Declaration
<ConfigurationCollectionAttribute(GetType(NamedElementCollection(Of LogCallHandlerCategoryEntry)))> _
<ConfigurationPropertyAttribute("categories")> _
PublicPropertyCategoriesAs NamedElementCollection(Of LogCallHandlerCategoryEntry)
[ConfigurationCollectionAttribute(typeof(NamedElementCollection<LogCallHandlerCategoryEntry>))]
[ConfigurationPropertyAttribute("categories")]
public NamedElementCollection<LogCallHandlerCategoryEntry> Categories { get; set; }
[ConfigurationCollectionAttribute(typeof(NamedElementCollection<LogCallHandlerCategoryEntry^>))]
[ConfigurationPropertyAttribute(L"categories")]
public:
property NamedElementCollection<LogCallHandlerCategoryEntry^>^ Categories {
    NamedElementCollection<LogCallHandlerCategoryEntry^>^ get ();
    voidset (NamedElementCollection<LogCallHandlerCategoryEntry^>^ value);
}
publicfunction getCategories () : NamedElementCollection<LogCallHandlerCategoryEntry>
publicfunction setCategories (value : NamedElementCollection<LogCallHandlerCategoryEntry>)

See Also

LogCallHandlerData Class

Microsoft.Practices.EnterpriseLibrary.PolicyInjection.CallHandlers.Configuration 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.