Edit

Share via


ContainerUpdateOperation.DeleteUri(String) Method

Definition

Removes a URI from a container.

public:
 void DeleteUri(System::String ^ uri);
public void DeleteUri (string uri);
member this.DeleteUri : string -> unit
Public Sub DeleteUri (uri As String)

Parameters

uri
String

URI to be removed.

Exceptions

Thrown when uri is not a valid sip URI.

Applies to