OperationContractGenerationContext.TaskMethod Property

Definition

Gets the CodeMemberMethod for the task operation.

public:
 property System::CodeDom::CodeMemberMethod ^ TaskMethod { System::CodeDom::CodeMemberMethod ^ get(); };
public System.CodeDom.CodeMemberMethod TaskMethod { get; }
member this.TaskMethod : System.CodeDom.CodeMemberMethod
Public ReadOnly Property TaskMethod As CodeMemberMethod

Property Value

The CodeMemberMethod for the task operation.

Applies to