DispatchOperation.FaultContractInfos Egenskap

Definition

Hämtar en samling FaultContractInfo objekt som representerar de angivna SOAP-felen för den här åtgärden.

public:
 property System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::FaultContractInfo ^> ^ FaultContractInfos { System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::FaultContractInfo ^> ^ get(); };
public System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.FaultContractInfo> FaultContractInfos { get; }
member this.FaultContractInfos : System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.FaultContractInfo>
Public ReadOnly Property FaultContractInfos As SynchronizedCollection(Of FaultContractInfo)

Egenskapsvärde

En samling SOAP-fel som har angetts för den här åtgärden.

Kommentarer

Använd egenskapen FaultContractInfos för att hämta en samling med alla avtalsenligt angivna SOAP-fel.

Gäller för