共用方式為


SipNotificationEndpoint.UserUri Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

'Usage
Dim instance As SipNotificationEndpoint
Dim value As Uri

value = instance.UserUri

instance.UserUri = value

Syntax

'Declaration
Public Property UserUri As Uri
public 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 Value

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.

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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SipNotificationEndpoint Class
SipNotificationEndpoint Members
Microsoft.EnterpriseManagement.Administration Namespace