Gets the value of the display name overridden by the application. Can be null.

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

Syntax

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

See Also