DefaultNotificationHandlerMetadataAttribute Class

Represents the metadata for a default notification handler in the runtime.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Notifications
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := True)> _
<MetadataAttributeAttribute> _
Public NotInheritable Class DefaultNotificationHandlerMetadataAttribute _
    Inherits ExportAttribute
'Usage
Dim instance As DefaultNotificationHandlerMetadataAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
[MetadataAttributeAttribute]
public sealed class DefaultNotificationHandlerMetadataAttribute : ExportAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = true)]
[MetadataAttributeAttribute]
public ref class DefaultNotificationHandlerMetadataAttribute sealed : public ExportAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    ExportAttribute
      Microsoft.Dynamics.Commerce.Runtime.Notifications.DefaultNotificationHandlerMetadataAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Notifications Namespace