TransportAgent.AssemblyPath Property

Namespace:  Microsoft.Exchange.Management.AgentTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := True)> _
Public Property AssemblyPath As LocalLongFullPath
    Get
    Private Set
'Usage
Dim instance As TransportAgent
Dim value As LocalLongFullPath

value = instance.AssemblyPath
[ParameterAttribute(Mandatory = true)]
public LocalLongFullPath AssemblyPath { get; private set; }