Share via


NotificationRecipient.Name Property

Definition

The name of the recipient.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Property Value

Returns a String that contains the name for this recipient.

Remarks

After setting this property, you must call the Update method to update the property's value in the operational database.

Applies to

See also