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


INAServerNetworkSource.Name Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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(
  BSTR* 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