Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
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)
Syntax
public Uri UserUri { get; set; }
public:
property Uri^ UserUri {
Uri^ get();
void set(Uri^ value);
}
member UserUri : Uri with get, set
Public Property UserUri As Uri
Property Value
Type: System.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.
See Also
SipNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top