ContainerUpdateOperation.AddUri(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a URI to a container.
public:
void AddUri(System::String ^ uri);
public void AddUri (string uri);
member this.AddUri : string -> unit
Public Sub AddUri (uri As String)
Parameters
- uri
- String
The URI to be added.
Exceptions
Thrown when uri
is not a valid sip URI.