EventSubscriptionAttribute.Topic Property
The name of the EventTopic the decorated method is subscribed to.
Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public ReadOnly Property Topic As String
'Usage
Dim instance As EventSubscriptionAttribute
Dim value As String
value = instance.Topic
public string Topic { get; }
public:
property String^ Topic {
String^ get ();
}
/** @property */
public String get_Topic ()
public function get Topic () : String
See Also
Reference
EventSubscriptionAttribute Class
EventSubscriptionAttribute Members
Microsoft.Practices.CompositeUI.EventBroker Namespace