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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.