OperationDescription.BeginMethod 속성

정의

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

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입니다.

적용 대상