Share via


OperationDescription.EndMethod 속성

정의

작업의 End 메서드를 가져오거나 설정합니다.

public:
 property System::Reflection::MethodInfo ^ EndMethod { System::Reflection::MethodInfo ^ get(); void set(System::Reflection::MethodInfo ^ value); };
public System.Reflection.MethodInfo EndMethod { get; set; }
member this.EndMethod : System.Reflection.MethodInfo with get, set
Public Property EndMethod As MethodInfo

속성 값

메서드의 특성 및 메타데이터에 대한 액세스를 제공하는 MethodInfo입니다.

적용 대상