Adds or updates specified SIP registration info.

Syntax
| C# | Visual Basic | Managed C++ |
public void Set (
string addressOfRecord,
string[] contacts
)
Public Sub Set ( _
addressOfRecord As String, _
contacts As String() _
)
public:
void Set (
String^ addressOfRecord,
array<String^>^ contacts
)

Parameters
- addressOfRecord (String)
- Registration address of record.
- contacts (String[]())
- Contacts to add to the specified address of record.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)