Share via


OperationDescription.EndMethod プロパティ

定義

操作の終了メソッドを取得または設定します。

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

適用対象