LocalEndpoint.OwnerDisplayName Property
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
'Declaration
Public Overridable ReadOnly Property OwnerDisplayName As String
Get
'Usage
Dim instance As LocalEndpoint
Dim value As String
value = instance.OwnerDisplayName
public virtual string OwnerDisplayName { get; }
Property Value
Type: System.String
Remarks
This value is optional. Base class implementation returns the value from InnerEndpoint. Auto-provisioned ApplicationEndpoint returns the value from provisioning info so that the value is consistent.