OperationBinding.Output プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
OutputBinding に関連付けられている OperationBinding を取得または設定します。
public:
property System::Web::Services::Description::OutputBinding ^ Output { System::Web::Services::Description::OutputBinding ^ get(); void set(System::Web::Services::Description::OutputBinding ^ value); };
public System.Web.Services.Description.OutputBinding Output { get; set; }
member this.Output : System.Web.Services.Description.OutputBinding with get, set
Public Property Output As OutputBinding
プロパティ値
OutputBinding に関連付けられた OperationBinding。
例
OperationBinding_OperationBinding#5
注釈
は OperationBinding
、1 つだけ OutputBinding
に関連付けられます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET