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