Share via


OperationDescription.BeginMethod プロパティ

定義

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

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

プロパティ値

メソッドの属性およびメタデータへのアクセスを提供する MethodInfo

適用対象