Agent.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