LocalEndpoint.OwnerDisplayName Property

Definition

Gets the display name of the owner of the local endpoint.

public:
 virtual property System::String ^ OwnerDisplayName { System::String ^ get(); };
public virtual string OwnerDisplayName { get; }
member this.OwnerDisplayName : string
Public Overridable ReadOnly Property OwnerDisplayName As String

Property Value

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.

Applies to