HostMemberAttribute.MemberName Property

Definition

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

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

Property Value

The name of the member in the host application that corresponds to the member in the proxy.

Applies to