OperationDescription.TaskMethod 属性
定义
获取或设置用于任务操作的方法。Gets or sets the method used for the task operation.
public:
property System::Reflection::MethodInfo ^ TaskMethod { System::Reflection::MethodInfo ^ get(); void set(System::Reflection::MethodInfo ^ value); };
public System.Reflection.MethodInfo TaskMethod { get; set; }
member this.TaskMethod : System.Reflection.MethodInfo with get, set
Public Property TaskMethod As MethodInfo
属性值
用于任务操作的方法。The method used for the task operation.