Gets the display name of the owner of the local endpoint

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

Syntax

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

Remarks

This value is optional.

See Also