Aracılığıyla paylaş


DispatchOperation.FaultContractInfos Özellik

Tanım

Bu işlem için belirtilen SOAP hatalarını temsil eden nesne koleksiyonunu FaultContractInfo alır.

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)

Özellik Değeri

SynchronizedCollection<FaultContractInfo>

Bu işlem için belirtilen SOAP hatalarından oluşan bir koleksiyon.

Açıklamalar

Sözleşmeyle FaultContractInfos belirtilen tüm SOAP hatalarının koleksiyonunu almak için özelliğini kullanın.

Şunlara uygulanır