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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)