FaultReason.Translations Propriété

Définition

Obtient une collection de descriptions d’erreur dans différents langages.

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)

Valeur de propriété

Collection d’objets FaultReasonText, où chaque objet décrit l’erreur dans un langage différent.

S’applique à