CustomHandlerNode.Attributes 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 the attributes for the custom handler.

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

Syntax

'Declaration
<CustomAttributesValidationAttribute> _
PublicReadOnlyPropertyAttributesAs List(Of EditableKeyValue)
[CustomAttributesValidationAttribute]
public List<EditableKeyValue> Attributes { get; }
[CustomAttributesValidationAttribute]
public:
property List<EditableKeyValue^>^ Attributes {
    List<EditableKeyValue^>^ get ();
}
publicfunction getAttributes () : List<EditableKeyValue>

Field Value

The attributes for the custom handler.

See Also

CustomHandlerNode Class

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.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.