LumiSoft Mail Server User API
Item Property (addressOfRecord)
Namespaces > LumiSoft.Net.SIP > SIP_RegistrationCollection > Item(String)
Gets registration with specified registration name. Returns null if specified registration doesn't exist.
Syntax
C#Visual BasicManaged C++
public SIP_Registration Item [
	string addressOfRecord
] { get; }
Public ReadOnly Property Item ( _
	addressOfRecord As String _
) As SIP_Registration
public:
SIP_Registration^ Item {
	SIP_Registration^ get (String^ addressOfRecord);
}
Parameters
addressOfRecord (String)
Address of record of resgistration.
Return Value

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)