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)

Usage

Visual Basic
Dim instance As SipNotificationEndpoint
Dim value As Uri

value = instance.UserUri

instance.UserUri = value

Syntax

Visual Basic
Public Property UserUri As Uri
C#
public Uri UserUri { get; set; }
C++
public:
property Uri^ UserUri {
		Uri^ get ();
		void set (Uri^ value);
}
J#
/** @property */
public Uri get_UserUri ()

/** @property */
public void set_UserUri (Uri value)
JScript
public function get UserUri () : Uri

public function set UserUri (value : Uri)

Property Value

A URI 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.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also