OperationBinding.Output Eigenschap

Definitie

Hiermee haalt u de gekoppelde op of stelt u deze OutputBinding in 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

Waarde van eigenschap

Een OutputBinding gekoppeld aan de OperationBinding.

Voorbeelden

OperationBinding_OperationBinding#5

Opmerkingen

Een OperationBinding wordt gekoppeld aan precies één OutputBinding.

Van toepassing op