Gets or sets the uniform resource identifier
(URI) that identifies the user to whom notifications are sent.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As SipNotificationEndpoint Dim value As Uri value = instance.UserUri instance.UserUri = valuePublic Property UserUri As Uripublic Uri UserUri { get; set; }public: property Uri^ UserUri { Uri^ get (); void set (Uri^ value); }/** @property */ public Uri get_UserUri () /** @property */ public void set_UserUri (Uri value) public function get UserUri () : Uri public function set UserUri (value : Uri) Property ValueAUri object that identifies the user to whom notifications are sent.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As SipNotificationEndpoint Dim value As Uri value = instance.UserUri instance.UserUri = valuePublic Property UserUri As Uripublic Uri UserUri { get; set; }public: property Uri^ UserUri { Uri^ get (); void set (Uri^ value); }/** @property */ public Uri get_UserUri () /** @property */ public void set_UserUri (Uri value) public function get UserUri () : Uri public function set UserUri (value : Uri) Property ValueAUri object that identifies the user to whom notifications are sent.
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.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.