InvokeMethod<TResult>.MethodName 属性

定义

要在执行活动时调用的方法的名称。

public:
 property System::String ^ MethodName { System::String ^ get(); void set(System::String ^ value); };
public string MethodName { get; set; }
member this.MethodName : string with get, set
Public Property MethodName As String

属性值

方法名称。

注解

调用的方法必须声明为公共方法。

适用于