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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)