Share via


HostMemberAttribute.MemberName Property

Gets the name of the member in the host application that the member in the proxy represents.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property MemberName As String
public string MemberName { get; }

Property Value

Type: System.String
The name of the member in the host application that corresponds to the member in the proxy.

.NET Framework Security

See Also

Reference

HostMemberAttribute Class

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace