Gets a SipRegistration object in the collection by SIP registration name.
| C# | Visual Basic | Managed C++ |
public SipRegistration Item [ string addressOfRecord ] { get; }
Public ReadOnly Property Item ( _ addressOfRecord As String _ ) As SipRegistration
public: SipRegistration^ Item { SipRegistration^ get (String^ addressOfRecord); }
- addressOfRecord (String)
- A String value that specifies the SIP registration 'address of record' of the SipRegistration object in the SipRegistrationCollection collection.
A SipRegistration object value that represents the SIP registration in server.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)