PeerContact.DisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.