EventTopic.PublicationCount Property

Gets the count of registered publications with this EventTopic.

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

Syntax

'Declaration
Public Overridable ReadOnly Property PublicationCount As Integer
'Usage
Dim instance As EventTopic
Dim value As Integer

value = instance.PublicationCount
public virtual int PublicationCount { get; }
public:
virtual property int PublicationCount {
    int get ();
}
/** @property */
public int get_PublicationCount ()
public function get PublicationCount () : int

See Also

Reference

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