LumiSoft Mail Server User API
Item Property (index)
Namespaces > LumiSoft.MailServer.API.UserAPI > RouteCollection > Item(Int32)
Gets a Route object in the collection by index number.
Syntax
C#Visual BasicManaged C++
public Route Item [
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As Route
public:
Route^ Item {
	Route^ get (int index);
}
Parameters
index (Int32)
An Int32 value that specifies the position of the Route object in the RouteCollection collection.
Return Value
A Route object value that represents the route in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)