The name of the agent.
[Visual Basic .NET] Public ReadOnly Property Name As String
[C#] public string Name {get;}
[C++]
HRESULT get_Name(
BSTR* agentName
);
[C++]Parameters
agentName [out, retval] agentName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
Returns the name of the agent. This property is implemented within the agent; there is no need to set this property.