FaultReason.Translations Свойство

Определение

Возвращает коллекцию описаний ошибок на разных языках.

public:
 property System::Collections::Generic::SynchronizedReadOnlyCollection<System::ServiceModel::FaultReasonText ^> ^ Translations { System::Collections::Generic::SynchronizedReadOnlyCollection<System::ServiceModel::FaultReasonText ^> ^ get(); };
public System.Collections.Generic.SynchronizedReadOnlyCollection<System.ServiceModel.FaultReasonText> Translations { get; }
member this.Translations : System.Collections.Generic.SynchronizedReadOnlyCollection<System.ServiceModel.FaultReasonText>
Public ReadOnly Property Translations As SynchronizedReadOnlyCollection(Of FaultReasonText)

Значение свойства

Коллекция объектов FaultReasonText, в которой каждый объект описывает ошибку на другом языке.

Применяется к