共用方式為


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

提供方法的屬性和中繼資料存取的 MethodInfo

適用於