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 对象的一个集合,其中的每个对象都使用不同的语言描述错误。

适用于