Share via


FaultContractExceptionHandlerMappingData.Source 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 or sets the source for the fault contract property.

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

Syntax

'Declaration
<ConfigurationPropertyAttribute("source")> _
PublicPropertySourceAs String
[ConfigurationPropertyAttribute("source")]
public string Source { get; set; }
[ConfigurationPropertyAttribute(L"source")]
public:
property String^ Source {
    String^ get ();
    voidset (String^ value);
}
publicfunction getSource () : String
publicfunction setSource (value : String)

Field Value

Either the name of the source property in the exception or a GUID.

See Also

FaultContractExceptionHandlerMappingData 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.