This document is archived and information here might be outdated. Recommended version. |
The network attribute that the router object currently uses.
[Visual Basic .NET]
Public Property NetAttributeName As String
[C#]
public string NetAttributeName {get; set;}
[C++]
HRESULT get_NetAttributeName(
void
);
[C++]
HRESULT put_NetAttributeName(
);
Returns the network attribute that the router object currently uses.
Currently SMRouter supports two network attributes: "Time" and "Length". Assign the NetAttributeName value "Time" if you want to find the quickest route. Assign the NetAttributeName value "Length" if you want to find the shortest route.