The properties for the solver.
[Visual Basic .NET] Public ReadOnly Property Properties As IPropertySet
[C#] public IPropertySet Properties {get;}
[C++]
HRESULT get_Properties(
IPropertySet** propSet
);
[C++]Parameters
propSet [out, retval]propSet is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
Properties returns a property set for NASolver. The property set contains other solver properties like preserve first or last stop on the route solver. Individual solvers have explicit accessors and mutators for these properties as well.
This property has been deprecated and should not be used.