Share via


Agent.Name Property

The Name property gets or sets a string value that contains the display name for this instance of the class that derives from the Agent class.

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

Syntax

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

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

Property Value

Type: System.String