LocalEndpoint.OwnerDisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.