Share via


FaultContractExceptionHandlerData.PropertyMappings Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the collection of FaultContractExceptionHandlerMappingData that represent the mappings from source properties on the exception to properties in the fault contract.

Namespace:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("mappings")> _
PublicReadOnlyPropertyPropertyMappingsAs NamedElementCollection(Of FaultContractExceptionHandlerMappingData)
[ConfigurationPropertyAttribute("mappings")]
public NamedElementCollection<FaultContractExceptionHandlerMappingData> PropertyMappings { get; }
[ConfigurationPropertyAttribute(L"mappings")]
public:
property NamedElementCollection<FaultContractExceptionHandlerMappingData^>^ PropertyMappings {
    NamedElementCollection<FaultContractExceptionHandlerMappingData^>^ get ();
}
publicfunction getPropertyMappings () : NamedElementCollection<FaultContractExceptionHandlerMappingData>

See Also

FaultContractExceptionHandlerData Class

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.