다음을 통해 공유


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)

속성 값

SynchronizedReadOnlyCollection<FaultReasonText>

FaultReasonText 개체의 컬렉션으로, 각 개체는 서로 다른 언어로 작성된 오류를 설명합니다.

적용 대상