SipNotificationEndpoint.UserUri Property

Definition

The user URI.

public:
 property Uri ^ UserUri { Uri ^ get(); void set(Uri ^ value); };
public Uri UserUri { get; set; }
member this.UserUri : Uri with get, set
Public Property UserUri As Uri

Property Value

Uri

AUri object that identifies the user to whom notifications are sent.

Remarks

The UserUri value must be defined in the format: sip: user@host, , where user defines the user name of the intended recipient and host is the fully qualified domain name (FQDN) of the host where the user is defined.

Applies to