HostMemberAttribute(String) Constructor

Definition

Initializes a new instance of the HostMemberAttribute class.

public HostMemberAttribute (string memberName);

Parameters

memberName
String

The name of the method or property in the host application's object model. This name will usually be the same as the method or property name in the proxy type.

Applies to