Gets the display name of the diverted destination.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DisplayName 
As 
String
C#
public 
string 
DisplayName { 
get; }
Visual C++
public:
property 
String^ 
DisplayName {
	
String^ 
get ();
}
JavaScript
function get_
displayName();

Remarks

The value of this property will return an empty string when the display name information could not be obtained successfully.

See Also