PeerContact.DisplayName Property

Definition

Gets or sets a string which represents the display name of the PeerContact.

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

Property Value

String which represents the display name of this PeerContact. Unless explicitly specified, the default value for all properties is null for reference types.

Exceptions

This PeerContact object has been disposed.

Remarks

A display name may be used to differentiate contacts in a ContactManager in instances where a PeerContact may have multiple email addresses, or if there are multiple peers with the same display name.

Applies to

See also