Applies To: Operations Manager for System Center 2012
Gets or sets a descriptive name for the user to whom notifications are sent.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string PreferredUserName { get; set; }
public:
property String^ PreferredUserName {
    String^ get();
    void set(String^ value);
}
member PreferredUserName : string with get, set
Public Property PreferredUserName As String
Property Value
Type: System.String
Returns aString value that contains a descriptive name for the user.
See Also
SipNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top