This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAAgent Interface > INAAgent.Name Property (ArcObjects .NET 10.4 SDK) |
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
Returns the name of the agent. This property is implemented within the agent; there is no need to set this property.