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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)