Share via


Agent.EventTopic Property

The EventTopic property gets or sets a string value that contains the name of the event that this instance of the Agent class or a class derived from the Agent class is raising.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Protected Friend Property EventTopic As String
    Get
    Friend Set
'Usage
Dim value As String

value = Me.EventTopic
protected internal string EventTopic { get; internal set; }

Property Value

Type: System.String