|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerServiceAreaParams2 Interface > INAServerServiceAreaParams2.ReturnPolylineBarriers Property (ArcObjects .NET 10.5 SDK) | 
Indicates if the output polyline barriers recordset should be returned with the analysis results.
[Visual Basic .NET] Public Property ReturnPolylineBarriers As Boolean
[C#] public bool ReturnPolylineBarriers {get; set;}
[C++]
HRESULT get_ReturnPolylineBarriers(
  VARIANT_BOOL* ReturnBarriers
);
[C++]
HRESULT put_ReturnPolylineBarriers(
  VARIANT_BOOL ReturnBarriers
);
[C++]
Parameters ReturnBarriers [out, retval] ReturnBarriers is a parameter of type VARIANT_BOOL ReturnBarriers [in] ReturnBarriers is a parameter of type VARIANT_BOOL
ReturnPolylineBarriers specifies if the PolylineBarriers are returned.