This document is archived and information here might be outdated. Recommended version. |
RecordSet or array of PropertySets representing Orders loaded as network locations during analysis.
[Visual Basic .NET] Public Property Orders As INAServerLocations
[C#] public INAServerLocations Orders {get; set;}
[C++]
HRESULT get_Orders(
INAServerLocations* Orders
);
[C++]
HRESULT putref_Orders(
INAServerLocations** Orders
);
[C++] Parameters Orders [in]
Orders is a parameter of type INAServerLocations* Orders [out, retval]
Orders is a parameter of type INAServerLocations**