次の方法で共有


OperationDescription.SyncMethod プロパティ

定義

操作の説明のサービス同期メソッドを取得または設定します。

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

プロパティ値

MethodInfo

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

適用対象