Sdílet prostřednictvím


DispatchOperation.FaultContractInfos Vlastnost

Definice

Získá kolekci FaultContractInfo objektů, které představují zadané chyby SOAP pro tuto operaci.

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)

Hodnota vlastnosti

SynchronizedCollection<FaultContractInfo>

Kolekce chyb SOAP určených pro tuto operaci.

Poznámky

FaultContractInfos Pomocí vlastnosti získejte kolekci všech smluvně zadaných chyb SOAP.

Platí pro