This document is archived and information here might be outdated.  Recommended version.


INAServerNetworkSource.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkSource Interface > INAServerNetworkSource.Name Property
ArcGIS Developer Help

INAServerNetworkSource.Name Property

Name of the class associated with this network source.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
  System.String* SourceName
);
[C++]
Parameters
SourceName [out, retval]

SourceName is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Name specifies the name of the network source.

See Also

INAServerNetworkSource Interface