Compartir a través de


FaultReason.Translations Propiedad

Definición

Obtiene una colección de descripciones de error en lenguajes diferentes.

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)

Valor de propiedad

SynchronizedReadOnlyCollection<FaultReasonText>

Una colección de objetos FaultReasonText, donde cada objeto describe el error en un lenguaje diferente.

Se aplica a