EventTopic.Name Property

Gets the topic name.

Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As EventTopic
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String

See Also

Reference

EventTopic Class
EventTopic Members
Microsoft.Practices.CompositeUI.EventBroker Namespace