MessageAttribute

Overview

This attribute is used to mark classes that implement a Message. The IDE's New Project Wizards evaluate this attribute to populate the list of available Message components.

Location

Properties


DispatcherName

 

property DispatcherName: String read;

 

String DispatcherName { get; }

 

ReadOnly Property DispatcherName() As String

Instance Methods


constructor

 

constructor(dispatcherName: String)

 

MessageAttribute(String dispatcherName)

 

Sub New(dispatcherName As String)

Parameters:

  • dispatcherName: