TransportAgent.Enabled Property
Namespace: Microsoft.Exchange.Management.AgentTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := True)> _
Public Property Enabled As Boolean
Get
Private Set
'Usage
Dim instance As TransportAgent
Dim value As Boolean
value = instance.Enabled
[ParameterAttribute(Mandatory = true)]
public bool Enabled { get; private set; }
Property Value
Type: System.Boolean