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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)