LumiSoft Mail Server User API
Item Property (virtualServerID)
Namespaces > LumiSoft.MailServer.API.UserAPI > VirtualServerCollection > Item(String)
Gets a VirtualServer object in the collection by virtual server ID.
Syntax
C#Visual BasicManaged C++
public VirtualServer Item [
	string virtualServerID
] { get; }
Public ReadOnly Property Item ( _
	virtualServerID As String _
) As VirtualServer
public:
VirtualServer^ Item {
	VirtualServer^ get (String^ virtualServerID);
}
Parameters
virtualServerID (String)
A String value that specifies the virtual server ID 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)